#FCD282

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

Shades of Cherokee #FCD282

Tints of Cherokee #FCD282

Color information

#FCD282 (or 0xFCD282) is unknown color: approx Cherokee. HEX triplet: FC, D2 and 82. RGB value is (252,210,130). Sum of RGB (Red+Green+Blue) = 252+210+130=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 130 (51.17% from 255 or 21.96% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD282 is #032D7D. Grayscale: #D5D5D5. Windows color (decimal): -208254 or 8573692. OLE color: 8573692.

HSL color Cylindrical-coordinate representation of color #FCD282: hue angle of 39.34º 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 #FCD282 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB252210130-
CMYK00.170.480.01
HSL39.34º95.31%74.9%-
HSV(B)39.34º48.41%98.82%-
XYZ67.2268.430.78-
YUV213.4480.91155.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.57%
GREEN value IS 210 (82.42% from 255) = 35.47%
BLUE value IS 130 (51.17% from 255) = 21.96%
R=42.57%
G=35.47%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221013000.170.480.0139.3495.3174.9
HexFCD282011301275f4b
Octal37432220202160147137113
Binary111111001101001010000010010001110000110011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD282; }

 p { color: rgb(252,210,130); }

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

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

 a { background-color: rgb(252,210,130); }

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

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

 span { border-color: rgb(252,210,130); }

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