#FED089

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

Shades of Cherokee #FED089

Tints of Cherokee #FED089

Color information

#FED089 (or 0xFED089) is unknown color: approx Cherokee. HEX triplet: FE, D0 and 89. RGB value is (254,208,137). Sum of RGB (Red+Green+Blue) = 254+208+137=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 137 (53.91% from 255 or 22.87% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FED089 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED089 is #012F76. Grayscale: #D5D5D5. Windows color (decimal): -77687 or 9031934. OLE color: 9031934.

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

Color convert

RGB254208137-
CMYK00.180.460.00
HSL36.41º98.32%76.67%-
HSV(B)36.41º46.06%99.61%-
XYZ67.9467.9933.21-
YUV213.6684.74156.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 208 (81.64% from 255) = 34.72%
BLUE value IS 137 (53.91% from 255) = 22.87%
R=42.40%
G=34.72%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420813700.180.460.0036.4198.3276.67
HexFED0890122E024624d
Octal37632021102256044142115
Binary111111101101000010001001010010101110010010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED089; }

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

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

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

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

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

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

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

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