#FEA66E

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

Shades of Hit Pink #FEA66E

Tints of Hit Pink #FEA66E

Color information

#FEA66E (or 0xFEA66E) is unknown color: approx Hit Pink. HEX triplet: FE, A6 and 6E. RGB value is (254,166,110). Sum of RGB (Red+Green+Blue) = 254+166+110=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA66E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA66E is #015991. Grayscale: #BABABA. Windows color (decimal): -88466 or 7251710. OLE color: 7251710.

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

Color convert

RGB254166110-
CMYK00.350.570.00
HSL23.33º98.63%71.37%-
HSV(B)23.33º56.69%99.61%-
XYZ57.3249.4721.28-
YUV185.9385.15176.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.92%
GREEN value IS 166 (65.23% from 255) = 31.32%
BLUE value IS 110 (43.36% from 255) = 20.75%
R=47.92%
G=31.32%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416611000.350.570.0023.3398.6371.37
HexFEA66E023390176347
Octal37624615604371027143107
Binary11111110101001101101110010001111100101011111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA66E; }

 p { color: rgb(254,166,110); }

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

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

 a { background-color: rgb(254,166,110); }

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

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

 span { border-color: rgb(254,166,110); }

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