Shades of Caramel #FDD58C
Tints of Caramel #FDD58C
RGB
CMYK
RGB Variations
Color information
#FDD58C (or 0xFDD58C) is known color: Caramel. HEX triplet: FD, D5 and 8C. RGB value is (253,213,140). Sum of RGB (Red+Green+Blue) = 253+213+140=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 140 (55.08% from 255 or 23.10% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD58C is #022A73. Grayscale: #D8D8D8. Windows color (decimal): -141940 or 9229821. OLE color: 9229821.
HSL color Cylindrical-coordinate representation of color #FDD58C: hue angle of 38.76º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDD58C is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 140 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.01 |
| HSL | 38.76º | 0.97% | 0.77% | - |
| HSV(B) | 38.76º | 0.45% | 0.99% | - |
| XYZ | 69.04 | 70.36 | 34.75 | - |
| YUV | 216.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 140 | 0 | 0.16 | 0.45 | 0.01 | 38.76 | 0.97 | 0.77 |
| Hex | FD | D5 | 8C | 0 | 10 | 2D | 1 | 27 | 61 | 4D |
| Octal | 375 | 325 | 214 | 0 | 20 | 55 | 1 | 47 | 141 | 115 |
| Binary | 11111101 | 11010101 | 10001100 | 0 | 10000 | 101101 | 1 | 100111 | 1100001 | 1001101 |
Color Harmonies of #FDD58C
Complementary color
Monochromatic Colors of #FDD58C
Black with #FDD58C
Text Example
Text Example
White with #FDD58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD58C; }
p { color: rgb(253,213,140); }
H1.HeaderClassName
{
color: #FDD58C;
}
.AnyTagClassName
{
color: #FDD58C;
}
</style>
background-color css
<style>
a { background-color: #FDD58C; }
a { background-color: rgb(253,213,140); }
div.DivClassName
{
background-color: #FDD58C;
}
.BgClassName
{
background-color: #FDD58C;
}
</style>
border-color css
<style>
span { border-color: #FDD58C; }
span { border-color: rgb(253,213,140); }
td.TdClassName
{
border-color: #FDD58C;
}
.TagClassName
{
border-color: #FDD58C;
}
</style>