#FED287

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

Shades of Cherokee #FED287

Tints of Cherokee #FED287

Color information

#FED287 (or 0xFED287) is unknown color: approx Cherokee. HEX triplet: FE, D2 and 87. RGB value is (254,210,135). Sum of RGB (Red+Green+Blue) = 254+210+135=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 135 (53.12% from 255 or 22.54% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FED287 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED287 is #012D78. Grayscale: #D6D6D6. Windows color (decimal): -77177 or 8901374. OLE color: 8901374.

HSL color Cylindrical-coordinate representation of color #FED287: hue angle of 37.82º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FED287 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB254210135-
CMYK00.170.470.00
HSL37.82º98.35%76.27%-
HSV(B)37.82º46.85%99.61%-
XYZ68.2968.9132.62-
YUV214.6183.08156.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 210 (82.42% from 255) = 35.06%
BLUE value IS 135 (53.12% from 255) = 22.54%
R=42.40%
G=35.06%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421013500.170.470.0037.8298.3576.27
HexFED2870112F026624c
Octal37632220702157046142114
Binary111111101101001010000111010001101111010011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED287; }

 p { color: rgb(254,210,135); }

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

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

 a { background-color: rgb(254,210,135); }

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

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

 span { border-color: rgb(254,210,135); }

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