Shades of Caramel #FDD493
Tints of Caramel #FDD493
RGB
CMYK
RGB Variations
Color information
#FDD493 (or 0xFDD493) is known color: Caramel. HEX triplet: FD, D4 and 93. RGB value is (253,212,147). Sum of RGB (Red+Green+Blue) = 253+212+147=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 147 (57.81% from 255 or 24.02% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD493 is #022B6C. Grayscale: #D9D9D9. Windows color (decimal): -142189 or 9688317. OLE color: 9688317.
HSL color Cylindrical-coordinate representation of color #FDD493: hue angle of 36.79º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDD493 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 147 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.01 |
| HSL | 36.79º | 0.96% | 0.78% | - |
| HSV(B) | 36.79º | 0.42% | 0.99% | - |
| XYZ | 69.32 | 70.08 | 37.48 | - |
| YUV | 216.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 147 | 0 | 0.16 | 0.42 | 0.01 | 36.79 | 0.96 | 0.78 |
| Hex | FD | D4 | 93 | 0 | 10 | 2A | 1 | 25 | 60 | 4E |
| Octal | 375 | 324 | 223 | 0 | 20 | 52 | 1 | 45 | 140 | 116 |
| Binary | 11111101 | 11010100 | 10010011 | 0 | 10000 | 101010 | 1 | 100101 | 1100000 | 1001110 |
Color Harmonies of #FDD493
Complementary color
Monochromatic Colors of #FDD493
Black with #FDD493
Text Example
Text Example
White with #FDD493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD493; }
p { color: rgb(253,212,147); }
H1.HeaderClassName
{
color: #FDD493;
}
.AnyTagClassName
{
color: #FDD493;
}
</style>
background-color css
<style>
a { background-color: #FDD493; }
a { background-color: rgb(253,212,147); }
div.DivClassName
{
background-color: #FDD493;
}
.BgClassName
{
background-color: #FDD493;
}
</style>
border-color css
<style>
span { border-color: #FDD493; }
span { border-color: rgb(253,212,147); }
td.TdClassName
{
border-color: #FDD493;
}
.TagClassName
{
border-color: #FDD493;
}
</style>