Shades of Caramel #FCDA92
Tints of Caramel #FCDA92
RGB
CMYK
RGB Variations
Color information
#FCDA92 (or 0xFCDA92) is known color: Caramel. HEX triplet: FC, DA and 92. RGB value is (252,218,146). Sum of RGB (Red+Green+Blue) = 252+218+146=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 146 (57.42% from 255 or 23.70% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA92 is #03256D. Grayscale: #DCDCDC. Windows color (decimal): -206190 or 9624316. OLE color: 9624316.
HSL color Cylindrical-coordinate representation of color #FCDA92: hue angle of 40.75º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCDA92 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 146 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.01 |
| HSL | 40.75º | 0.95% | 0.78% | - |
| HSV(B) | 40.75º | 0.42% | 0.99% | - |
| XYZ | 70.4 | 72.91 | 37.56 | - |
| YUV | 219.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 146 | 0 | 0.13 | 0.42 | 0.01 | 40.75 | 0.95 | 0.78 |
| Hex | FC | DA | 92 | 0 | D | 2A | 1 | 29 | 5F | 4E |
| Octal | 374 | 332 | 222 | 0 | 15 | 52 | 1 | 51 | 137 | 116 |
| Binary | 11111100 | 11011010 | 10010010 | 0 | 1101 | 101010 | 1 | 101001 | 1011111 | 1001110 |
Color Harmonies of #FCDA92
Complementary color
Monochromatic Colors of #FCDA92
Black with #FCDA92
Text Example
Text Example
White with #FCDA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA92; }
p { color: rgb(252,218,146); }
H1.HeaderClassName
{
color: #FCDA92;
}
.AnyTagClassName
{
color: #FCDA92;
}
</style>
background-color css
<style>
a { background-color: #FCDA92; }
a { background-color: rgb(252,218,146); }
div.DivClassName
{
background-color: #FCDA92;
}
.BgClassName
{
background-color: #FCDA92;
}
</style>
border-color css
<style>
span { border-color: #FCDA92; }
span { border-color: rgb(252,218,146); }
td.TdClassName
{
border-color: #FCDA92;
}
.TagClassName
{
border-color: #FCDA92;
}
</style>