#FCC984

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

Shades of Cherokee #FCC984

Tints of Cherokee #FCC984

Color information

#FCC984 (or 0xFCC984) is unknown color: approx Cherokee. HEX triplet: FC, C9 and 84. RGB value is (252,201,132). Sum of RGB (Red+Green+Blue) = 252+201+132=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC984 is #03367B. Grayscale: #D0D0D0. Windows color (decimal): -210556 or 8702460. OLE color: 8702460.

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

Color convert

RGB252201132-
CMYK00.200.480.01
HSL34.5º95.24%75.29%-
HSV(B)34.5º47.62%98.82%-
XYZ65.264.1330.77-
YUV208.3884.9159.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.08%
GREEN value IS 201 (78.91% from 255) = 34.36%
BLUE value IS 132 (51.95% from 255) = 22.56%
R=43.08%
G=34.36%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220113200.200.480.0134.595.2475.29
HexFCC984014301225f4b
Octal37431120402460142137113
Binary111111001100100110000100010100110000110001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC984; }

 p { color: rgb(252,201,132); }

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

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

 a { background-color: rgb(252,201,132); }

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

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

 span { border-color: rgb(252,201,132); }

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