Shades of Caramel #FDD092
Tints of Caramel #FDD092
RGB
CMYK
RGB Variations
Color information
#FDD092 (or 0xFDD092) is known color: Caramel. HEX triplet: FD, D0 and 92. RGB value is (253,208,146). Sum of RGB (Red+Green+Blue) = 253+208+146=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 146 (57.42% from 255 or 24.05% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD092 is #022F6D. Grayscale: #D6D6D6. Windows color (decimal): -143214 or 9621757. OLE color: 9621757.
HSL color Cylindrical-coordinate representation of color #FDD092: hue angle of 34.77º 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 #FDD092 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 146 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.01 |
| HSL | 34.77º | 0.96% | 0.78% | - |
| HSV(B) | 34.77º | 0.42% | 0.99% | - |
| XYZ | 68.25 | 68.07 | 36.74 | - |
| YUV | 214.39 | 89.41 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 146 | 0 | 0.18 | 0.42 | 0.01 | 34.77 | 0.96 | 0.78 |
| Hex | FD | D0 | 92 | 0 | 12 | 2A | 1 | 23 | 60 | 4E |
| Octal | 375 | 320 | 222 | 0 | 22 | 52 | 1 | 43 | 140 | 116 |
| Binary | 11111101 | 11010000 | 10010010 | 0 | 10010 | 101010 | 1 | 100011 | 1100000 | 1001110 |
Color Harmonies of #FDD092
Complementary color
Monochromatic Colors of #FDD092
Black with #FDD092
Text Example
Text Example
White with #FDD092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD092; }
p { color: rgb(253,208,146); }
H1.HeaderClassName
{
color: #FDD092;
}
.AnyTagClassName
{
color: #FDD092;
}
</style>
background-color css
<style>
a { background-color: #FDD092; }
a { background-color: rgb(253,208,146); }
div.DivClassName
{
background-color: #FDD092;
}
.BgClassName
{
background-color: #FDD092;
}
</style>
border-color css
<style>
span { border-color: #FDD092; }
span { border-color: rgb(253,208,146); }
td.TdClassName
{
border-color: #FDD092;
}
.TagClassName
{
border-color: #FDD092;
}
</style>