Shades of Caramel #FDD59A
Tints of Caramel #FDD59A
RGB
CMYK
RGB Variations
Color information
#FDD59A (or 0xFDD59A) is known color: Caramel. HEX triplet: FD, D5 and 9A. RGB value is (253,213,154). Sum of RGB (Red+Green+Blue) = 253+213+154=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 154 (60.55% from 255 or 24.84% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD59A is #022A65. Grayscale: #DADADA. Windows color (decimal): -141926 or 10147325. OLE color: 10147325.
HSL color Cylindrical-coordinate representation of color #FDD59A: hue angle of 35.76º 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 #FDD59A is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 154 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.01 |
| HSL | 35.76º | 0.96% | 0.8% | - |
| HSV(B) | 35.76º | 0.39% | 0.99% | - |
| XYZ | 70.14 | 70.8 | 40.54 | - |
| YUV | 218.23 | 91.75 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 154 | 0 | 0.16 | 0.39 | 0.01 | 35.76 | 0.96 | 0.8 |
| Hex | FD | D5 | 9A | 0 | 10 | 27 | 1 | 24 | 60 | 50 |
| Octal | 375 | 325 | 232 | 0 | 20 | 47 | 1 | 44 | 140 | 120 |
| Binary | 11111101 | 11010101 | 10011010 | 0 | 10000 | 100111 | 1 | 100100 | 1100000 | 1010000 |
Color Harmonies of #FDD59A
Complementary color
Monochromatic Colors of #FDD59A
Black with #FDD59A
Text Example
Text Example
White with #FDD59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD59A; }
p { color: rgb(253,213,154); }
H1.HeaderClassName
{
color: #FDD59A;
}
.AnyTagClassName
{
color: #FDD59A;
}
</style>
background-color css
<style>
a { background-color: #FDD59A; }
a { background-color: rgb(253,213,154); }
div.DivClassName
{
background-color: #FDD59A;
}
.BgClassName
{
background-color: #FDD59A;
}
</style>
border-color css
<style>
span { border-color: #FDD59A; }
span { border-color: rgb(253,213,154); }
td.TdClassName
{
border-color: #FDD59A;
}
.TagClassName
{
border-color: #FDD59A;
}
</style>