#FECC8B

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

Shades of Cherokee #FECC8B

Tints of Cherokee #FECC8B

Color information

#FECC8B (or 0xFECC8B) is unknown color: approx Cherokee. HEX triplet: FE, CC and 8B. RGB value is (254,204,139). Sum of RGB (Red+Green+Blue) = 254+204+139=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 139 (54.69% from 255 or 23.28% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECC8B is #013374. Grayscale: #D3D3D3. Windows color (decimal): -78709 or 9161982. OLE color: 9161982.

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

Color convert

RGB254204139-
CMYK00.200.450.00
HSL33.91º98.29%77.06%-
HSV(B)33.91º45.28%99.61%-
XYZ67.1366.1233.65-
YUV211.5487.06158.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.55%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 139 (54.69% from 255) = 23.28%
R=42.55%
G=34.17%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420413900.200.450.0033.9198.2977.06
HexFECC8B0142D022624d
Octal37631421302455042142115
Binary111111101100110010001011010100101101010001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECC8B; }

 p { color: rgb(254,204,139); }

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

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

 a { background-color: rgb(254,204,139); }

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

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

 span { border-color: rgb(254,204,139); }

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