#FED489

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

Shades of Cherokee #FED489

Tints of Cherokee #FED489

Color information

#FED489 (or 0xFED489) is unknown color: approx Cherokee. HEX triplet: FE, D4 and 89. RGB value is (254,212,137). Sum of RGB (Red+Green+Blue) = 254+212+137=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 137 (53.91% from 255 or 22.72% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FED489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED489 is #012B76. Grayscale: #D8D8D8. Windows color (decimal): -76663 or 9032958. OLE color: 9032958.

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

Color convert

RGB254212137-
CMYK00.170.460.00
HSL38.46º98.32%76.67%-
HSV(B)38.46º46.06%99.61%-
XYZ68.9369.9633.54-
YUV216.0183.41155.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 212 (83.20% from 255) = 35.16%
BLUE value IS 137 (53.91% from 255) = 22.72%
R=42.12%
G=35.16%
B=22.72%

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
Decimal25421213700.170.460.0038.4698.3276.67
HexFED4890112E026624d
Octal37632421102156046142115
Binary111111101101010010001001010001101110010011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED489; }

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

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

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

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

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

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

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

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