Shades of Caramel #FDD78E
Tints of Caramel #FDD78E
RGB
CMYK
RGB Variations
Color information
#FDD78E (or 0xFDD78E) is known color: Caramel. HEX triplet: FD, D7 and 8E. RGB value is (253,215,142). Sum of RGB (Red+Green+Blue) = 253+215+142=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 142 (55.86% from 255 or 23.28% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD78E is #022871. Grayscale: #DADADA. Windows color (decimal): -141426 or 9361405. OLE color: 9361405.
HSL color Cylindrical-coordinate representation of color #FDD78E: hue angle of 39.46º 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 #FDD78E is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 142 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.01 |
| HSL | 39.46º | 0.97% | 0.77% | - |
| HSV(B) | 39.46º | 0.44% | 0.99% | - |
| XYZ | 69.69 | 71.44 | 35.71 | - |
| YUV | 218.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 142 | 0 | 0.15 | 0.44 | 0.01 | 39.46 | 0.97 | 0.77 |
| Hex | FD | D7 | 8E | 0 | F | 2C | 1 | 27 | 61 | 4D |
| Octal | 375 | 327 | 216 | 0 | 17 | 54 | 1 | 47 | 141 | 115 |
| Binary | 11111101 | 11010111 | 10001110 | 0 | 1111 | 101100 | 1 | 100111 | 1100001 | 1001101 |
Color Harmonies of #FDD78E
Complementary color
Monochromatic Colors of #FDD78E
Black with #FDD78E
Text Example
Text Example
White with #FDD78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD78E; }
p { color: rgb(253,215,142); }
H1.HeaderClassName
{
color: #FDD78E;
}
.AnyTagClassName
{
color: #FDD78E;
}
</style>
background-color css
<style>
a { background-color: #FDD78E; }
a { background-color: rgb(253,215,142); }
div.DivClassName
{
background-color: #FDD78E;
}
.BgClassName
{
background-color: #FDD78E;
}
</style>
border-color css
<style>
span { border-color: #FDD78E; }
span { border-color: rgb(253,215,142); }
td.TdClassName
{
border-color: #FDD78E;
}
.TagClassName
{
border-color: #FDD78E;
}
</style>