#FCC488

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

Shades of Cherokee #FCC488

Tints of Cherokee #FCC488

Color information

#FCC488 (or 0xFCC488) is unknown color: approx Cherokee. HEX triplet: FC, C4 and 88. RGB value is (252,196,136). Sum of RGB (Red+Green+Blue) = 252+196+136=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC488 is #033B77. Grayscale: #CECECE. Windows color (decimal): -211832 or 8963324. OLE color: 8963324.

HSL color Cylindrical-coordinate representation of color #FCC488: hue angle of 31.03º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCC488 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB252196136-
CMYK00.220.460.01
HSL31.03º95.08%76.08%-
HSV(B)31.03º46.03%98.82%-
XYZ64.3361.9531.86-
YUV205.988.55160.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.15%
GREEN value IS 196 (76.95% from 255) = 33.56%
BLUE value IS 136 (53.52% from 255) = 23.29%
R=43.15%
G=33.56%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219613600.220.460.0131.0395.0876.08
HexFCC4880162E11f5f4c
Octal37430421002656137137114
Binary11111100110001001000100001011010111011111110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC488; }

 p { color: rgb(252,196,136); }

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

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

 a { background-color: rgb(252,196,136); }

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

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

 span { border-color: rgb(252,196,136); }

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