Shades of Caramel #FDD59B
Tints of Caramel #FDD59B
RGB
CMYK
RGB Variations
Color information
#FDD59B (or 0xFDD59B) is known color: Caramel. HEX triplet: FD, D5 and 9B. RGB value is (253,213,155). Sum of RGB (Red+Green+Blue) = 253+213+155=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 155 (60.94% from 255 or 24.96% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD59B is #022A64. Grayscale: #DADADA. Windows color (decimal): -141925 or 10212861. OLE color: 10212861.
HSL color Cylindrical-coordinate representation of color #FDD59B: hue angle of 35.51º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDD59B is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 155 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.01 |
| HSL | 35.51º | 0.96% | 0.8% | - |
| HSV(B) | 35.51º | 0.39% | 0.99% | - |
| XYZ | 70.22 | 70.84 | 40.98 | - |
| YUV | 218.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 155 | 0 | 0.16 | 0.39 | 0.01 | 35.51 | 0.96 | 0.8 |
| Hex | FD | D5 | 9B | 0 | 10 | 27 | 1 | 24 | 60 | 50 |
| Octal | 375 | 325 | 233 | 0 | 20 | 47 | 1 | 44 | 140 | 120 |
| Binary | 11111101 | 11010101 | 10011011 | 0 | 10000 | 100111 | 1 | 100100 | 1100000 | 1010000 |
Color Harmonies of #FDD59B
Complementary color
Monochromatic Colors of #FDD59B
Black with #FDD59B
Text Example
Text Example
White with #FDD59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD59B; }
p { color: rgb(253,213,155); }
H1.HeaderClassName
{
color: #FDD59B;
}
.AnyTagClassName
{
color: #FDD59B;
}
</style>
background-color css
<style>
a { background-color: #FDD59B; }
a { background-color: rgb(253,213,155); }
div.DivClassName
{
background-color: #FDD59B;
}
.BgClassName
{
background-color: #FDD59B;
}
</style>
border-color css
<style>
span { border-color: #FDD59B; }
span { border-color: rgb(253,213,155); }
td.TdClassName
{
border-color: #FDD59B;
}
.TagClassName
{
border-color: #FDD59B;
}
</style>