#FEA06A

Color #FEA06A Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #FEA06A

Tints of Hit Pink #FEA06A

Color information

#FEA06A (or 0xFEA06A) is unknown color: approx Hit Pink. HEX triplet: FE, A0 and 6A. RGB value is (254,160,106). Sum of RGB (Red+Green+Blue) = 254+160+106=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA06A is #015F95. Grayscale: #B6B6B6. Windows color (decimal): -90006 or 6988030. OLE color: 6988030.

HSL color Cylindrical-coordinate representation of color #FEA06A: hue angle of 21.89º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEA06A is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB254160106-
CMYK00.370.580.00
HSL21.89º98.67%70.59%-
HSV(B)21.89º58.27%99.61%-
XYZ56.0547.2519.8-
YUV181.9585.14179.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 48.85%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 106 (41.80% from 255) = 20.38%
R=48.85%
G=30.77%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416010600.370.580.0021.8998.6770.59
HexFEA06A0253A0166347
Octal37624015204572026143107
Binary11111110101000001101010010010111101001011011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA06A; }

 p { color: rgb(254,160,106); }

 H1.HeaderClassName
 {
   color: #FEA06A;
 }
 .AnyTagClassName
 {
   color: #FEA06A;
 }
</style>
background-color css

<style>
 a { background-color: #FEA06A; }

 a { background-color: rgb(254,160,106); }

 div.DivClassName
 {
   background-color: #FEA06A;
 }
 .BgClassName
 {
   background-color: #FEA06A;
 }
</style>
border-color css

<style>
 span { border-color: #FEA06A; }

 span { border-color: rgb(254,160,106); }

 td.TdClassName
 {
   border-color: #FEA06A;
 }
 .TagClassName
 {
   border-color: #FEA06A;
 }
</style>