#FED288

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

Shades of Cherokee #FED288

Tints of Cherokee #FED288

Color information

#FED288 (or 0xFED288) is unknown color: approx Cherokee. HEX triplet: FE, D2 and 88. RGB value is (254,210,136). Sum of RGB (Red+Green+Blue) = 254+210+136=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 136 (53.52% from 255 or 22.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FED288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED288 is #012D77. Grayscale: #D7D7D7. Windows color (decimal): -77176 or 8966910. OLE color: 8966910.

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

Color convert

RGB254210136-
CMYK00.170.460.00
HSL37.63º98.33%76.47%-
HSV(B)37.63º46.46%99.61%-
XYZ68.3668.9433-
YUV214.7283.58156.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 210 (82.42% from 255) = 35%
BLUE value IS 136 (53.52% from 255) = 22.67%
R=42.33%
G=35%
B=22.67%

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
Decimal25421013600.170.460.0037.6398.3376.47
HexFED2880112E026624c
Octal37632221002156046142114
Binary111111101101001010001000010001101110010011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED288; }

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

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

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

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

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

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

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

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