#FED087

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

Shades of Cherokee #FED087

Tints of Cherokee #FED087

Color information

#FED087 (or 0xFED087) is unknown color: approx Cherokee. HEX triplet: FE, D0 and 87. RGB value is (254,208,135). Sum of RGB (Red+Green+Blue) = 254+208+135=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 135 (53.12% from 255 or 22.61% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FED087 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED087 is #012F78. Grayscale: #D5D5D5. Windows color (decimal): -77689 or 8900862. OLE color: 8900862.

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

Color convert

RGB254208135-
CMYK00.180.470.00
HSL36.81º98.35%76.27%-
HSV(B)36.81º46.85%99.61%-
XYZ67.867.9332.46-
YUV213.4383.74156.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.55%
GREEN value IS 208 (81.64% from 255) = 34.84%
BLUE value IS 135 (53.12% from 255) = 22.61%
R=42.55%
G=34.84%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420813500.180.470.0036.8198.3576.27
HexFED0870122F025624c
Octal37632020702257045142114
Binary111111101101000010000111010010101111010010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED087; }

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

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

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

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

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

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

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

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