#FCD58D

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

Shades of Caramel #FCD58D

Tints of Caramel #FCD58D

Color information

#FCD58D (or 0xFCD58D) is unknown color: approx Caramel. HEX triplet: FC, D5 and 8D. RGB value is (252,213,141). Sum of RGB (Red+Green+Blue) = 252+213+141=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 141 (55.47% from 255 or 23.27% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD58D is #032A72. Grayscale: #D8D8D8. Windows color (decimal): -207475 or 9295356. OLE color: 9295356.

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

Color convert

RGB252213141-
CMYK00.150.440.01
HSL38.92º94.87%77.06%-
HSV(B)38.92º44.05%98.82%-
XYZ68.7570.2135.13-
YUV216.4585.42153.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.58%
GREEN value IS 213 (83.59% from 255) = 35.15%
BLUE value IS 141 (55.47% from 255) = 23.27%
R=41.58%
G=35.15%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221314100.150.440.0138.9294.8777.06
HexFCD58D0F2C1275f4d
Octal37432521501754147137115
Binary11111100110101011000110101111101100110011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD58D; }

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

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

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

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

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

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

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

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