#FDCC85

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

Shades of Cherokee #FDCC85

Tints of Cherokee #FDCC85

Color information

#FDCC85 (or 0xFDCC85) is unknown color: approx Cherokee. HEX triplet: FD, CC and 85. RGB value is (253,204,133). Sum of RGB (Red+Green+Blue) = 253+204+133=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 133 (52.34% from 255 or 22.54% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC85 is #02337A. Grayscale: #D2D2D2. Windows color (decimal): -144251 or 8768765. OLE color: 8768765.

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

Color convert

RGB253204133-
CMYK00.190.470.01
HSL35.5º96.77%75.69%-
HSV(B)35.5º47.43%99.22%-
XYZ66.3365.7631.39-
YUV210.5684.23158.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.88%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 133 (52.34% from 255) = 22.54%
R=42.88%
G=34.58%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320413300.190.470.0135.596.7775.69
HexFDCC850132F124614c
Octal37531420502357144141114
Binary111111011100110010000101010011101111110010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCC85; }

 p { color: rgb(253,204,133); }

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

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

 a { background-color: rgb(253,204,133); }

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

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

 span { border-color: rgb(253,204,133); }

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