#FCC98B

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

Shades of Cherokee #FCC98B

Tints of Cherokee #FCC98B

Color information

#FCC98B (or 0xFCC98B) is unknown color: approx Cherokee. HEX triplet: FC, C9 and 8B. RGB value is (252,201,139). Sum of RGB (Red+Green+Blue) = 252+201+139=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC98B is #033674. Grayscale: #D1D1D1. Windows color (decimal): -210549 or 9161212. OLE color: 9161212.

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

Color convert

RGB252201139-
CMYK00.200.450.01
HSL32.92º94.96%76.67%-
HSV(B)32.92º44.84%98.82%-
XYZ65.6964.3333.38-
YUV209.1888.4158.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.57%
GREEN value IS 201 (78.91% from 255) = 33.95%
BLUE value IS 139 (54.69% from 255) = 23.48%
R=42.57%
G=33.95%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220113900.200.450.0132.9294.9676.67
HexFCC98B0142D1215f4d
Octal37431121302455141137115
Binary111111001100100110001011010100101101110000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC98B; }

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

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

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

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

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

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

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

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