Shades of Caramel #FCD58F
Tints of Caramel #FCD58F
RGB
CMYK
RGB Variations
Color information
#FCD58F (or 0xFCD58F) is known color: Caramel. HEX triplet: FC, D5 and 8F. RGB value is (252,213,143). Sum of RGB (Red+Green+Blue) = 252+213+143=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 143 (56.25% from 255 or 23.52% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD58F is #032A70. Grayscale: #D8D8D8. Windows color (decimal): -207473 or 9426428. OLE color: 9426428.
HSL color Cylindrical-coordinate representation of color #FCD58F: hue angle of 38.53º 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 #FCD58F is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 143 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.01 |
| HSL | 38.53º | 0.95% | 0.77% | - |
| HSV(B) | 38.53º | 0.43% | 0.99% | - |
| XYZ | 68.9 | 70.27 | 35.92 | - |
| YUV | 216.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 143 | 0 | 0.15 | 0.43 | 0.01 | 38.53 | 0.95 | 0.77 |
| Hex | FC | D5 | 8F | 0 | F | 2B | 1 | 27 | 5F | 4D |
| Octal | 374 | 325 | 217 | 0 | 17 | 53 | 1 | 47 | 137 | 115 |
| Binary | 11111100 | 11010101 | 10001111 | 0 | 1111 | 101011 | 1 | 100111 | 1011111 | 1001101 |
Color Harmonies of #FCD58F
Complementary color
Monochromatic Colors of #FCD58F
Black with #FCD58F
Text Example
Text Example
White with #FCD58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD58F; }
p { color: rgb(252,213,143); }
H1.HeaderClassName
{
color: #FCD58F;
}
.AnyTagClassName
{
color: #FCD58F;
}
</style>
background-color css
<style>
a { background-color: #FCD58F; }
a { background-color: rgb(252,213,143); }
div.DivClassName
{
background-color: #FCD58F;
}
.BgClassName
{
background-color: #FCD58F;
}
</style>
border-color css
<style>
span { border-color: #FCD58F; }
span { border-color: rgb(252,213,143); }
td.TdClassName
{
border-color: #FCD58F;
}
.TagClassName
{
border-color: #FCD58F;
}
</style>