#FDCF8A

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

Shades of Cherokee #FDCF8A

Tints of Cherokee #FDCF8A

Color information

#FDCF8A (or 0xFDCF8A) is unknown color: approx Cherokee. HEX triplet: FD, CF and 8A. RGB value is (253,207,138). Sum of RGB (Red+Green+Blue) = 253+207+138=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCF8A is #023075. Grayscale: #D5D5D5. Windows color (decimal): -143478 or 9097213. OLE color: 9097213.

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

Color convert

RGB253207138-
CMYK00.180.450.01
HSL36º96.64%76.67%-
HSV(B)36º45.45%99.22%-
XYZ67.4167.3433.49-
YUV212.8985.74156.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 207 (81.25% from 255) = 34.62%
BLUE value IS 138 (54.30% from 255) = 23.08%
R=42.31%
G=34.62%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320713800.180.450.013696.6476.67
HexFDCF8A0122D124614d
Octal37531721202255144141115
Binary111111011100111110001010010010101101110010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCF8A; }

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

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

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

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

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

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

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

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