Shades of Caramel #FDD992
Tints of Caramel #FDD992
RGB
CMYK
RGB Variations
Color information
#FDD992 (or 0xFDD992) is known color: Caramel. HEX triplet: FD, D9 and 92. RGB value is (253,217,146). Sum of RGB (Red+Green+Blue) = 253+217+146=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 146 (57.42% from 255 or 23.70% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD992 is #02266D. Grayscale: #DBDBDB. Windows color (decimal): -140910 or 9624061. OLE color: 9624061.
HSL color Cylindrical-coordinate representation of color #FDD992: hue angle of 39.81º degrees, saturation: 0.96, 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 #FDD992 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 146 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.01 |
| HSL | 39.81º | 0.96% | 0.78% | - |
| HSV(B) | 39.81º | 0.42% | 0.99% | - |
| XYZ | 70.51 | 72.58 | 37.49 | - |
| YUV | 219.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 146 | 0 | 0.14 | 0.42 | 0.01 | 39.81 | 0.96 | 0.78 |
| Hex | FD | D9 | 92 | 0 | E | 2A | 1 | 28 | 60 | 4E |
| Octal | 375 | 331 | 222 | 0 | 16 | 52 | 1 | 50 | 140 | 116 |
| Binary | 11111101 | 11011001 | 10010010 | 0 | 1110 | 101010 | 1 | 101000 | 1100000 | 1001110 |
Color Harmonies of #FDD992
Complementary color
Monochromatic Colors of #FDD992
Black with #FDD992
Text Example
Text Example
White with #FDD992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD992; }
p { color: rgb(253,217,146); }
H1.HeaderClassName
{
color: #FDD992;
}
.AnyTagClassName
{
color: #FDD992;
}
</style>
background-color css
<style>
a { background-color: #FDD992; }
a { background-color: rgb(253,217,146); }
div.DivClassName
{
background-color: #FDD992;
}
.BgClassName
{
background-color: #FDD992;
}
</style>
border-color css
<style>
span { border-color: #FDD992; }
span { border-color: rgb(253,217,146); }
td.TdClassName
{
border-color: #FDD992;
}
.TagClassName
{
border-color: #FDD992;
}
</style>