Shades of Caramel #FDDA90
Tints of Caramel #FDDA90
RGB
CMYK
RGB Variations
Color information
#FDDA90 (or 0xFDDA90) is known color: Caramel. HEX triplet: FD, DA and 90. RGB value is (253,218,144). Sum of RGB (Red+Green+Blue) = 253+218+144=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 144 (56.64% from 255 or 23.41% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDA90 is #02256F. Grayscale: #DCDCDC. Windows color (decimal): -140656 or 9493245. OLE color: 9493245.
HSL color Cylindrical-coordinate representation of color #FDDA90: hue angle of 40.73º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDDA90 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 144 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.01 |
| HSL | 40.73º | 0.96% | 0.78% | - |
| HSV(B) | 40.73º | 0.43% | 0.99% | - |
| XYZ | 70.61 | 73.04 | 36.76 | - |
| YUV | 220.03 | 85.1 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 144 | 0 | 0.14 | 0.43 | 0.01 | 40.73 | 0.96 | 0.78 |
| Hex | FD | DA | 90 | 0 | E | 2B | 1 | 29 | 60 | 4E |
| Octal | 375 | 332 | 220 | 0 | 16 | 53 | 1 | 51 | 140 | 116 |
| Binary | 11111101 | 11011010 | 10010000 | 0 | 1110 | 101011 | 1 | 101001 | 1100000 | 1001110 |
Color Harmonies of #FDDA90
Complementary color
Monochromatic Colors of #FDDA90
Black with #FDDA90
Text Example
Text Example
White with #FDDA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA90; }
p { color: rgb(253,218,144); }
H1.HeaderClassName
{
color: #FDDA90;
}
.AnyTagClassName
{
color: #FDDA90;
}
</style>
background-color css
<style>
a { background-color: #FDDA90; }
a { background-color: rgb(253,218,144); }
div.DivClassName
{
background-color: #FDDA90;
}
.BgClassName
{
background-color: #FDDA90;
}
</style>
border-color css
<style>
span { border-color: #FDDA90; }
span { border-color: rgb(253,218,144); }
td.TdClassName
{
border-color: #FDDA90;
}
.TagClassName
{
border-color: #FDDA90;
}
</style>