Shades of Caramel #FCD38F
Tints of Caramel #FCD38F
RGB
CMYK
RGB Variations
Color information
#FCD38F (or 0xFCD38F) is known color: Caramel. HEX triplet: FC, D3 and 8F. RGB value is (252,211,143). Sum of RGB (Red+Green+Blue) = 252+211+143=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 143 (56.25% from 255 or 23.60% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD38F is #032C70. Grayscale: #D7D7D7. Windows color (decimal): -207985 or 9425916. OLE color: 9425916.
HSL color Cylindrical-coordinate representation of color #FCD38F: hue angle of 37.43º 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 #FCD38F is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 143 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.01 |
| HSL | 37.43º | 0.95% | 0.77% | - |
| HSV(B) | 37.43º | 0.43% | 0.99% | - |
| XYZ | 68.4 | 69.27 | 35.75 | - |
| YUV | 215.51 | 87.08 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 143 | 0 | 0.16 | 0.43 | 0.01 | 37.43 | 0.95 | 0.77 |
| Hex | FC | D3 | 8F | 0 | 10 | 2B | 1 | 25 | 5F | 4D |
| Octal | 374 | 323 | 217 | 0 | 20 | 53 | 1 | 45 | 137 | 115 |
| Binary | 11111100 | 11010011 | 10001111 | 0 | 10000 | 101011 | 1 | 100101 | 1011111 | 1001101 |
Color Harmonies of #FCD38F
Complementary color
Monochromatic Colors of #FCD38F
Black with #FCD38F
Text Example
Text Example
White with #FCD38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD38F; }
p { color: rgb(252,211,143); }
H1.HeaderClassName
{
color: #FCD38F;
}
.AnyTagClassName
{
color: #FCD38F;
}
</style>
background-color css
<style>
a { background-color: #FCD38F; }
a { background-color: rgb(252,211,143); }
div.DivClassName
{
background-color: #FCD38F;
}
.BgClassName
{
background-color: #FCD38F;
}
</style>
border-color css
<style>
span { border-color: #FCD38F; }
span { border-color: rgb(252,211,143); }
td.TdClassName
{
border-color: #FCD38F;
}
.TagClassName
{
border-color: #FCD38F;
}
</style>