Shades of Caramel #FDD68E
Tints of Caramel #FDD68E
RGB
CMYK
RGB Variations
Color information
#FDD68E (or 0xFDD68E) is known color: Caramel. HEX triplet: FD, D6 and 8E. RGB value is (253,214,142). Sum of RGB (Red+Green+Blue) = 253+214+142=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 142 (55.86% from 255 or 23.32% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD68E is #022971. Grayscale: #D9D9D9. Windows color (decimal): -141682 or 9361149. OLE color: 9361149.
HSL color Cylindrical-coordinate representation of color #FDD68E: hue angle of 38.92º 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 #FDD68E is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 142 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.01 |
| HSL | 38.92º | 0.97% | 0.77% | - |
| HSV(B) | 38.92º | 0.44% | 0.99% | - |
| XYZ | 69.44 | 70.93 | 35.62 | - |
| YUV | 217.45 | 85.42 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 142 | 0 | 0.15 | 0.44 | 0.01 | 38.92 | 0.97 | 0.77 |
| Hex | FD | D6 | 8E | 0 | F | 2C | 1 | 27 | 61 | 4D |
| Octal | 375 | 326 | 216 | 0 | 17 | 54 | 1 | 47 | 141 | 115 |
| Binary | 11111101 | 11010110 | 10001110 | 0 | 1111 | 101100 | 1 | 100111 | 1100001 | 1001101 |
Color Harmonies of #FDD68E
Complementary color
Monochromatic Colors of #FDD68E
Black with #FDD68E
Text Example
Text Example
White with #FDD68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD68E; }
p { color: rgb(253,214,142); }
H1.HeaderClassName
{
color: #FDD68E;
}
.AnyTagClassName
{
color: #FDD68E;
}
</style>
background-color css
<style>
a { background-color: #FDD68E; }
a { background-color: rgb(253,214,142); }
div.DivClassName
{
background-color: #FDD68E;
}
.BgClassName
{
background-color: #FDD68E;
}
</style>
border-color css
<style>
span { border-color: #FDD68E; }
span { border-color: rgb(253,214,142); }
td.TdClassName
{
border-color: #FDD68E;
}
.TagClassName
{
border-color: #FDD68E;
}
</style>