#FEAC6E

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

Shades of Hit Pink #FEAC6E

Tints of Hit Pink #FEAC6E

Color information

#FEAC6E (or 0xFEAC6E) is unknown color: approx Hit Pink. HEX triplet: FE, AC and 6E. RGB value is (254,172,110). Sum of RGB (Red+Green+Blue) = 254+172+110=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC6E is #015391. Grayscale: #BDBDBD. Windows color (decimal): -86930 or 7253246. OLE color: 7253246.

HSL color Cylindrical-coordinate representation of color #FEAC6E: hue angle of 25.83º 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 #FEAC6E is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB254172110-
CMYK00.320.570.00
HSL25.83º98.63%71.37%-
HSV(B)25.83º56.69%99.61%-
XYZ58.4451.721.65-
YUV189.4583.17174.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.39%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 110 (43.36% from 255) = 20.52%
R=47.39%
G=32.09%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417211000.320.570.0025.8398.6371.37
HexFEAC6E0203901a6347
Octal37625415604071032143107
Binary11111110101011001101110010000011100101101011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAC6E; }

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

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

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

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

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

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

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

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