Shades of Caramel #FDD58E
Tints of Caramel #FDD58E
RGB
CMYK
RGB Variations
Color information
#FDD58E (or 0xFDD58E) is known color: Caramel. HEX triplet: FD, D5 and 8E. RGB value is (253,213,142). Sum of RGB (Red+Green+Blue) = 253+213+142=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 142 (55.86% from 255 or 23.36% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD58E is #022A71. Grayscale: #D9D9D9. Windows color (decimal): -141938 or 9360893. OLE color: 9360893.
HSL color Cylindrical-coordinate representation of color #FDD58E: hue angle of 38.38º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDD58E is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 142 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.01 |
| HSL | 38.38º | 0.97% | 0.77% | - |
| HSV(B) | 38.38º | 0.44% | 0.99% | - |
| XYZ | 69.18 | 70.42 | 35.54 | - |
| YUV | 216.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 142 | 0 | 0.16 | 0.44 | 0.01 | 38.38 | 0.97 | 0.77 |
| Hex | FD | D5 | 8E | 0 | 10 | 2C | 1 | 26 | 61 | 4D |
| Octal | 375 | 325 | 216 | 0 | 20 | 54 | 1 | 46 | 141 | 115 |
| Binary | 11111101 | 11010101 | 10001110 | 0 | 10000 | 101100 | 1 | 100110 | 1100001 | 1001101 |
Color Harmonies of #FDD58E
Complementary color
Monochromatic Colors of #FDD58E
Black with #FDD58E
Text Example
Text Example
White with #FDD58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD58E; }
p { color: rgb(253,213,142); }
H1.HeaderClassName
{
color: #FDD58E;
}
.AnyTagClassName
{
color: #FDD58E;
}
</style>
background-color css
<style>
a { background-color: #FDD58E; }
a { background-color: rgb(253,213,142); }
div.DivClassName
{
background-color: #FDD58E;
}
.BgClassName
{
background-color: #FDD58E;
}
</style>
border-color css
<style>
span { border-color: #FDD58E; }
span { border-color: rgb(253,213,142); }
td.TdClassName
{
border-color: #FDD58E;
}
.TagClassName
{
border-color: #FDD58E;
}
</style>