Shades of Caramel #FFD48F
Tints of Caramel #FFD48F
RGB
CMYK
RGB Variations
Color information
#FFD48F (or 0xFFD48F) is known color: Caramel. HEX triplet: FF, D4 and 8F. RGB value is (255,212,143). Sum of RGB (Red+Green+Blue) = 255+212+143=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 143 (56.25% from 255 or 23.44% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD48F is #002B70. Grayscale: #D9D9D9. Windows color (decimal): -11121 or 9426175. OLE color: 9426175.
HSL color Cylindrical-coordinate representation of color #FFD48F: hue angle of 36.96º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFD48F is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 143 | - |
| CMYK | 0 | 0.17 | 0.44 | 0 |
| HSL | 36.96º | 1% | 0.78% | - |
| HSV(B) | 36.96º | 0.44% | 1% | - |
| XYZ | 69.74 | 70.33 | 35.89 | - |
| YUV | 216.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 143 | 0 | 0.17 | 0.44 | 0 | 36.96 | 1 | 0.78 |
| Hex | FF | D4 | 8F | 0 | 11 | 2C | 0 | 25 | 64 | 4E |
| Octal | 377 | 324 | 217 | 0 | 21 | 54 | 0 | 45 | 144 | 116 |
| Binary | 11111111 | 11010100 | 10001111 | 0 | 10001 | 101100 | 0 | 100101 | 1100100 | 1001110 |
Color Harmonies of #FFD48F
Complementary color
Monochromatic Colors of #FFD48F
Black with #FFD48F
Text Example
Text Example
White with #FFD48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD48F; }
p { color: rgb(255,212,143); }
H1.HeaderClassName
{
color: #FFD48F;
}
.AnyTagClassName
{
color: #FFD48F;
}
</style>
background-color css
<style>
a { background-color: #FFD48F; }
a { background-color: rgb(255,212,143); }
div.DivClassName
{
background-color: #FFD48F;
}
.BgClassName
{
background-color: #FFD48F;
}
</style>
border-color css
<style>
span { border-color: #FFD48F; }
span { border-color: rgb(255,212,143); }
td.TdClassName
{
border-color: #FFD48F;
}
.TagClassName
{
border-color: #FFD48F;
}
</style>