#FCD18F

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

Shades of Caramel #FCD18F

Tints of Caramel #FCD18F

Color information

#FCD18F (or 0xFCD18F) is unknown color: approx Caramel. HEX triplet: FC, D1 and 8F. RGB value is (252,209,143). Sum of RGB (Red+Green+Blue) = 252+209+143=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD18F is #032E70. Grayscale: #D6D6D6. Windows color (decimal): -208497 or 9425404. OLE color: 9425404.

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

Color convert

RGB252209143-
CMYK00.170.430.01
HSL36.33º94.78%77.45%-
HSV(B)36.33º43.25%98.82%-
XYZ67.968.2835.59-
YUV214.3387.75154.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 209 (82.03% from 255) = 34.60%
BLUE value IS 143 (56.25% from 255) = 23.68%
R=41.72%
G=34.60%
B=23.68%

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
Decimal25220914300.170.430.0136.3394.7877.45
HexFCD18F0112B1245f4d
Octal37432121702153144137115
Binary111111001101000110001111010001101011110010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD18F; }

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

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

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

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

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

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

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

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