#FCD18D

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

Shades of Cherokee #FCD18D

Tints of Cherokee #FCD18D

Color information

#FCD18D (or 0xFCD18D) is unknown color: approx Cherokee. HEX triplet: FC, D1 and 8D. RGB value is (252,209,141). Sum of RGB (Red+Green+Blue) = 252+209+141=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD18D is #032E72. Grayscale: #D6D6D6. Windows color (decimal): -208499 or 9294332. OLE color: 9294332.

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

Color convert

RGB252209141-
CMYK00.170.440.01
HSL36.76º94.87%77.06%-
HSV(B)36.76º44.05%98.82%-
XYZ67.7568.2234.8-
YUV214.186.75155.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 141 (55.47% from 255) = 23.42%
R=41.86%
G=34.72%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220914100.170.440.0136.7694.8777.06
HexFCD18D0112C1255f4d
Octal37432121502154145137115
Binary111111001101000110001101010001101100110010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD18D; }

 p { color: rgb(252,209,141); }

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

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

 a { background-color: rgb(252,209,141); }

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

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

 span { border-color: rgb(252,209,141); }

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