Shades of Caramel #FDD798
Tints of Caramel #FDD798
RGB
CMYK
RGB Variations
Color information
#FDD798 (or 0xFDD798) is known color: Caramel. HEX triplet: FD, D7 and 98. RGB value is (253,215,152). Sum of RGB (Red+Green+Blue) = 253+215+152=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 152 (59.77% from 255 or 24.52% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD798 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD798 is #022867. Grayscale: #DBDBDB. Windows color (decimal): -141416 or 10016765. OLE color: 10016765.
HSL color Cylindrical-coordinate representation of color #FDD798: hue angle of 37.43º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDD798 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 152 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.01 |
| HSL | 37.43º | 0.96% | 0.79% | - |
| HSV(B) | 37.43º | 0.4% | 0.99% | - |
| XYZ | 70.48 | 71.75 | 39.84 | - |
| YUV | 219.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 152 | 0 | 0.15 | 0.40 | 0.01 | 37.43 | 0.96 | 0.79 |
| Hex | FD | D7 | 98 | 0 | F | 28 | 1 | 25 | 60 | 4F |
| Octal | 375 | 327 | 230 | 0 | 17 | 50 | 1 | 45 | 140 | 117 |
| Binary | 11111101 | 11010111 | 10011000 | 0 | 1111 | 101000 | 1 | 100101 | 1100000 | 1001111 |
Color Harmonies of #FDD798
Complementary color
Monochromatic Colors of #FDD798
Black with #FDD798
Text Example
Text Example
White with #FDD798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD798; }
p { color: rgb(253,215,152); }
H1.HeaderClassName
{
color: #FDD798;
}
.AnyTagClassName
{
color: #FDD798;
}
</style>
background-color css
<style>
a { background-color: #FDD798; }
a { background-color: rgb(253,215,152); }
div.DivClassName
{
background-color: #FDD798;
}
.BgClassName
{
background-color: #FDD798;
}
</style>
border-color css
<style>
span { border-color: #FDD798; }
span { border-color: rgb(253,215,152); }
td.TdClassName
{
border-color: #FDD798;
}
.TagClassName
{
border-color: #FDD798;
}
</style>