#FCD38D

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

Shades of Caramel #FCD38D

Tints of Caramel #FCD38D

Color information

#FCD38D (or 0xFCD38D) is unknown color: approx Caramel. HEX triplet: FC, D3 and 8D. RGB value is (252,211,141). Sum of RGB (Red+Green+Blue) = 252+211+141=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD38D is #032C72. Grayscale: #D7D7D7. Windows color (decimal): -207987 or 9294844. OLE color: 9294844.

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

Color convert

RGB252211141-
CMYK00.160.440.01
HSL37.84º94.87%77.06%-
HSV(B)37.84º44.05%98.82%-
XYZ68.2569.2134.96-
YUV215.2886.08154.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 211 (82.81% from 255) = 34.93%
BLUE value IS 141 (55.47% from 255) = 23.34%
R=41.72%
G=34.93%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221114100.160.440.0137.8494.8777.06
HexFCD38D0102C1265f4d
Octal37432321502054146137115
Binary111111001101001110001101010000101100110011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD38D; }

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

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

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

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

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

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

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

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