#FDCF82

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

Shades of Cherokee #FDCF82

Tints of Cherokee #FDCF82

Color information

#FDCF82 (or 0xFDCF82) is unknown color: approx Cherokee. HEX triplet: FD, CF and 82. RGB value is (253,207,130). Sum of RGB (Red+Green+Blue) = 253+207+130=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCF82 is #02307D. Grayscale: #D4D4D4. Windows color (decimal): -143486 or 8572925. OLE color: 8572925.

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

Color convert

RGB253207130-
CMYK00.180.490.01
HSL37.56º96.85%75.1%-
HSV(B)37.56º48.62%99.22%-
XYZ66.8567.1230.55-
YUV211.9881.74157.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.88%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 130 (51.17% from 255) = 22.03%
R=42.88%
G=35.08%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320713000.180.490.0137.5696.8575.1
HexFDCF8201231126614b
Octal37531720202261146141113
Binary111111011100111110000010010010110001110011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCF82; }

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

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

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

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

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

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

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

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