#FEC989

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

Shades of Cherokee #FEC989

Tints of Cherokee #FEC989

Color information

#FEC989 (or 0xFEC989) is unknown color: approx Cherokee. HEX triplet: FE, C9 and 89. RGB value is (254,201,137). Sum of RGB (Red+Green+Blue) = 254+201+137=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 137 (53.91% from 255 or 23.14% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC989 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC989 is #013676. Grayscale: #D1D1D1. Windows color (decimal): -79479 or 9030142. OLE color: 9030142.

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

Color convert

RGB254201137-
CMYK00.210.460.00
HSL32.82º98.32%76.67%-
HSV(B)32.82º46.06%99.61%-
XYZ66.2864.6532.65-
YUV209.5587.06159.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 201 (78.91% from 255) = 33.95%
BLUE value IS 137 (53.91% from 255) = 23.14%
R=42.91%
G=33.95%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420113700.210.460.0032.8298.3276.67
HexFEC9890152E021624d
Octal37631121102556041142115
Binary111111101100100110001001010101101110010000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC989; }

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

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

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

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

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

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

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

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