#FDCF85

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

Shades of Cherokee #FDCF85

Tints of Cherokee #FDCF85

Color information

#FDCF85 (or 0xFDCF85) is unknown color: approx Cherokee. HEX triplet: FD, CF and 85. RGB value is (253,207,133). Sum of RGB (Red+Green+Blue) = 253+207+133=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 133 (52.34% from 255 or 22.43% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCF85 is #02307A. Grayscale: #D4D4D4. Windows color (decimal): -143483 or 8769533. OLE color: 8769533.

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

Color convert

RGB253207133-
CMYK00.180.470.01
HSL37º96.77%75.69%-
HSV(B)37º47.43%99.22%-
XYZ67.0567.231.63-
YUV212.3283.24157.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 207 (81.25% from 255) = 34.91%
BLUE value IS 133 (52.34% from 255) = 22.43%
R=42.66%
G=34.91%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320713300.180.470.013796.7775.69
HexFDCF850122F125614c
Octal37531720502257145141114
Binary111111011100111110000101010010101111110010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCF85; }

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

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

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

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

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

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

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

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