#FCD08F

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

Shades of Caramel #FCD08F

Tints of Caramel #FCD08F

Color information

#FCD08F (or 0xFCD08F) is unknown color: approx Caramel. HEX triplet: FC, D0 and 8F. RGB value is (252,208,143). Sum of RGB (Red+Green+Blue) = 252+208+143=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 143 (56.25% from 255 or 23.71% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD08F is #032F70. Grayscale: #D6D6D6. Windows color (decimal): -208753 or 9425148. OLE color: 9425148.

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

Color convert

RGB252208143-
CMYK00.170.430.01
HSL35.78º94.78%77.45%-
HSV(B)35.78º43.25%98.82%-
XYZ67.6667.7935.51-
YUV213.7588.08155.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.79%
GREEN value IS 208 (81.64% from 255) = 34.49%
BLUE value IS 143 (56.25% from 255) = 23.71%
R=41.79%
G=34.49%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220814300.170.430.0135.7894.7877.45
HexFCD08F0112B1245f4d
Octal37432021702153144137115
Binary111111001101000010001111010001101011110010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD08F; }

 p { color: rgb(252,208,143); }

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

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

 a { background-color: rgb(252,208,143); }

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

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

 span { border-color: rgb(252,208,143); }

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