Shades of Caramel #FDD69A
Tints of Caramel #FDD69A
RGB
CMYK
RGB Variations
Color information
#FDD69A (or 0xFDD69A) is known color: Caramel. HEX triplet: FD, D6 and 9A. RGB value is (253,214,154). Sum of RGB (Red+Green+Blue) = 253+214+154=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD69A is #022965. Grayscale: #DBDBDB. Windows color (decimal): -141670 or 10147581. OLE color: 10147581.
HSL color Cylindrical-coordinate representation of color #FDD69A: hue angle of 36.36º 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 #FDD69A is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 154 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.01 |
| HSL | 36.36º | 0.96% | 0.8% | - |
| HSV(B) | 36.36º | 0.39% | 0.99% | - |
| XYZ | 70.39 | 71.31 | 40.63 | - |
| YUV | 218.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 154 | 0 | 0.15 | 0.39 | 0.01 | 36.36 | 0.96 | 0.8 |
| Hex | FD | D6 | 9A | 0 | F | 27 | 1 | 24 | 60 | 50 |
| Octal | 375 | 326 | 232 | 0 | 17 | 47 | 1 | 44 | 140 | 120 |
| Binary | 11111101 | 11010110 | 10011010 | 0 | 1111 | 100111 | 1 | 100100 | 1100000 | 1010000 |
Color Harmonies of #FDD69A
Complementary color
Monochromatic Colors of #FDD69A
Black with #FDD69A
Text Example
Text Example
White with #FDD69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD69A; }
p { color: rgb(253,214,154); }
H1.HeaderClassName
{
color: #FDD69A;
}
.AnyTagClassName
{
color: #FDD69A;
}
</style>
background-color css
<style>
a { background-color: #FDD69A; }
a { background-color: rgb(253,214,154); }
div.DivClassName
{
background-color: #FDD69A;
}
.BgClassName
{
background-color: #FDD69A;
}
</style>
border-color css
<style>
span { border-color: #FDD69A; }
span { border-color: rgb(253,214,154); }
td.TdClassName
{
border-color: #FDD69A;
}
.TagClassName
{
border-color: #FDD69A;
}
</style>