#FED488

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

Shades of Cherokee #FED488

Tints of Cherokee #FED488

Color information

#FED488 (or 0xFED488) is unknown color: approx Cherokee. HEX triplet: FE, D4 and 88. RGB value is (254,212,136). Sum of RGB (Red+Green+Blue) = 254+212+136=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 136 (53.52% from 255 or 22.59% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FED488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED488 is #012B77. Grayscale: #D8D8D8. Windows color (decimal): -76664 or 8967422. OLE color: 8967422.

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

Color convert

RGB254212136-
CMYK00.170.460.00
HSL38.64º98.33%76.47%-
HSV(B)38.64º46.46%99.61%-
XYZ68.8669.9433.16-
YUV215.8982.91155.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 136 (53.52% from 255) = 22.59%
R=42.19%
G=35.22%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421213600.170.460.0038.6498.3376.47
HexFED4880112E027624c
Octal37632421002156047142114
Binary111111101101010010001000010001101110010011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED488; }

 p { color: rgb(254,212,136); }

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

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

 a { background-color: rgb(254,212,136); }

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

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

 span { border-color: rgb(254,212,136); }

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