#FED387

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

Shades of Cherokee #FED387

Tints of Cherokee #FED387

Color information

#FED387 (or 0xFED387) is unknown color: approx Cherokee. HEX triplet: FE, D3 and 87. RGB value is (254,211,135). Sum of RGB (Red+Green+Blue) = 254+211+135=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 135 (53.12% from 255 or 22.5% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FED387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED387 is #012C78. Grayscale: #D7D7D7. Windows color (decimal): -76921 or 8901630. OLE color: 8901630.

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

Color convert

RGB254211135-
CMYK00.170.470.00
HSL38.32º98.35%76.27%-
HSV(B)38.32º46.85%99.61%-
XYZ68.5469.4132.71-
YUV215.1982.75155.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 211 (82.81% from 255) = 35.17%
BLUE value IS 135 (53.12% from 255) = 22.5%
R=42.33%
G=35.17%
B=22.5%

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
Decimal25421113500.170.470.0038.3298.3576.27
HexFED3870112F026624c
Octal37632320702157046142114
Binary111111101101001110000111010001101111010011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED387; }

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

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

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

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

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

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

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

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