Shades of Caramel #FDD79A
Tints of Caramel #FDD79A
RGB
CMYK
RGB Variations
Color information
#FDD79A (or 0xFDD79A) is known color: Caramel. HEX triplet: FD, D7 and 9A. RGB value is (253,215,154). Sum of RGB (Red+Green+Blue) = 253+215+154=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 154 (60.55% from 255 or 24.76% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD79A is #022865. Grayscale: #DBDBDB. Windows color (decimal): -141414 or 10147837. OLE color: 10147837.
HSL color Cylindrical-coordinate representation of color #FDD79A: hue angle of 36.97º 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 #FDD79A is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 154 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.01 |
| HSL | 36.97º | 0.96% | 0.8% | - |
| HSV(B) | 36.97º | 0.39% | 0.99% | - |
| XYZ | 70.64 | 71.82 | 40.71 | - |
| YUV | 219.41 | 91.09 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 154 | 0 | 0.15 | 0.39 | 0.01 | 36.97 | 0.96 | 0.8 |
| Hex | FD | D7 | 9A | 0 | F | 27 | 1 | 25 | 60 | 50 |
| Octal | 375 | 327 | 232 | 0 | 17 | 47 | 1 | 45 | 140 | 120 |
| Binary | 11111101 | 11010111 | 10011010 | 0 | 1111 | 100111 | 1 | 100101 | 1100000 | 1010000 |
Color Harmonies of #FDD79A
Complementary color
Monochromatic Colors of #FDD79A
Black with #FDD79A
Text Example
Text Example
White with #FDD79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD79A; }
p { color: rgb(253,215,154); }
H1.HeaderClassName
{
color: #FDD79A;
}
.AnyTagClassName
{
color: #FDD79A;
}
</style>
background-color css
<style>
a { background-color: #FDD79A; }
a { background-color: rgb(253,215,154); }
div.DivClassName
{
background-color: #FDD79A;
}
.BgClassName
{
background-color: #FDD79A;
}
</style>
border-color css
<style>
span { border-color: #FDD79A; }
span { border-color: rgb(253,215,154); }
td.TdClassName
{
border-color: #FDD79A;
}
.TagClassName
{
border-color: #FDD79A;
}
</style>