Shades of Caramel #FDD78F
Tints of Caramel #FDD78F
RGB
CMYK
RGB Variations
Color information
#FDD78F (or 0xFDD78F) is known color: Caramel. HEX triplet: FD, D7 and 8F. RGB value is (253,215,143). Sum of RGB (Red+Green+Blue) = 253+215+143=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 143 (56.25% from 255 or 23.40% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD78F is #022870. Grayscale: #DADADA. Windows color (decimal): -141425 or 9426941. OLE color: 9426941.
HSL color Cylindrical-coordinate representation of color #FDD78F: hue angle of 39.27º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDD78F is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 143 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.01 |
| HSL | 39.27º | 0.96% | 0.78% | - |
| HSV(B) | 39.27º | 0.43% | 0.99% | - |
| XYZ | 69.77 | 71.47 | 36.1 | - |
| YUV | 218.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 143 | 0 | 0.15 | 0.43 | 0.01 | 39.27 | 0.96 | 0.78 |
| Hex | FD | D7 | 8F | 0 | F | 2B | 1 | 27 | 60 | 4E |
| Octal | 375 | 327 | 217 | 0 | 17 | 53 | 1 | 47 | 140 | 116 |
| Binary | 11111101 | 11010111 | 10001111 | 0 | 1111 | 101011 | 1 | 100111 | 1100000 | 1001110 |
Color Harmonies of #FDD78F
Complementary color
Monochromatic Colors of #FDD78F
Black with #FDD78F
Text Example
Text Example
White with #FDD78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD78F; }
p { color: rgb(253,215,143); }
H1.HeaderClassName
{
color: #FDD78F;
}
.AnyTagClassName
{
color: #FDD78F;
}
</style>
background-color css
<style>
a { background-color: #FDD78F; }
a { background-color: rgb(253,215,143); }
div.DivClassName
{
background-color: #FDD78F;
}
.BgClassName
{
background-color: #FDD78F;
}
</style>
border-color css
<style>
span { border-color: #FDD78F; }
span { border-color: rgb(253,215,143); }
td.TdClassName
{
border-color: #FDD78F;
}
.TagClassName
{
border-color: #FDD78F;
}
</style>