Shades of Caramel #FDD99A
Tints of Caramel #FDD99A
RGB
CMYK
RGB Variations
Color information
#FDD99A (or 0xFDD99A) is known color: Caramel. HEX triplet: FD, D9 and 9A. RGB value is (253,217,154). Sum of RGB (Red+Green+Blue) = 253+217+154=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 154 (60.55% from 255 or 24.68% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD99A is #022665. Grayscale: #DCDCDC. Windows color (decimal): -140902 or 10148349. OLE color: 10148349.
HSL color Cylindrical-coordinate representation of color #FDD99A: hue angle of 38.18º 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 #FDD99A is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 154 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.01 |
| HSL | 38.18º | 0.96% | 0.8% | - |
| HSV(B) | 38.18º | 0.39% | 0.99% | - |
| XYZ | 71.15 | 72.84 | 40.88 | - |
| YUV | 220.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 154 | 0 | 0.14 | 0.39 | 0.01 | 38.18 | 0.96 | 0.8 |
| Hex | FD | D9 | 9A | 0 | E | 27 | 1 | 26 | 60 | 50 |
| Octal | 375 | 331 | 232 | 0 | 16 | 47 | 1 | 46 | 140 | 120 |
| Binary | 11111101 | 11011001 | 10011010 | 0 | 1110 | 100111 | 1 | 100110 | 1100000 | 1010000 |
Color Harmonies of #FDD99A
Complementary color
Monochromatic Colors of #FDD99A
Black with #FDD99A
Text Example
Text Example
White with #FDD99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD99A; }
p { color: rgb(253,217,154); }
H1.HeaderClassName
{
color: #FDD99A;
}
.AnyTagClassName
{
color: #FDD99A;
}
</style>
background-color css
<style>
a { background-color: #FDD99A; }
a { background-color: rgb(253,217,154); }
div.DivClassName
{
background-color: #FDD99A;
}
.BgClassName
{
background-color: #FDD99A;
}
</style>
border-color css
<style>
span { border-color: #FDD99A; }
span { border-color: rgb(253,217,154); }
td.TdClassName
{
border-color: #FDD99A;
}
.TagClassName
{
border-color: #FDD99A;
}
</style>