Shades of Caramel #FDD794
Tints of Caramel #FDD794
RGB
CMYK
RGB Variations
Color information
#FDD794 (or 0xFDD794) is known color: Caramel. HEX triplet: FD, D7 and 94. RGB value is (253,215,148). Sum of RGB (Red+Green+Blue) = 253+215+148=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD794 is #02286B. Grayscale: #DBDBDB. Windows color (decimal): -141420 or 9754621. OLE color: 9754621.
HSL color Cylindrical-coordinate representation of color #FDD794: hue angle of 38.29º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDD794 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 148 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.01 |
| HSL | 38.29º | 0.96% | 0.79% | - |
| HSV(B) | 38.29º | 0.42% | 0.99% | - |
| XYZ | 70.15 | 71.62 | 38.14 | - |
| YUV | 218.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 148 | 0 | 0.15 | 0.42 | 0.01 | 38.29 | 0.96 | 0.79 |
| Hex | FD | D7 | 94 | 0 | F | 2A | 1 | 26 | 60 | 4F |
| Octal | 375 | 327 | 224 | 0 | 17 | 52 | 1 | 46 | 140 | 117 |
| Binary | 11111101 | 11010111 | 10010100 | 0 | 1111 | 101010 | 1 | 100110 | 1100000 | 1001111 |
Color Harmonies of #FDD794
Complementary color
Monochromatic Colors of #FDD794
Black with #FDD794
Text Example
Text Example
White with #FDD794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD794; }
p { color: rgb(253,215,148); }
H1.HeaderClassName
{
color: #FDD794;
}
.AnyTagClassName
{
color: #FDD794;
}
</style>
background-color css
<style>
a { background-color: #FDD794; }
a { background-color: rgb(253,215,148); }
div.DivClassName
{
background-color: #FDD794;
}
.BgClassName
{
background-color: #FDD794;
}
</style>
border-color css
<style>
span { border-color: #FDD794; }
span { border-color: rgb(253,215,148); }
td.TdClassName
{
border-color: #FDD794;
}
.TagClassName
{
border-color: #FDD794;
}
</style>