Shades of Caramel #F8CF9A
Tints of Caramel #F8CF9A
RGB
CMYK
RGB Variations
Color information
#F8CF9A (or 0xF8CF9A) is known color: Caramel. HEX triplet: F8, CF and 9A. RGB value is (248,207,154). Sum of RGB (Red+Green+Blue) = 248+207+154=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CF9A is #073065. Grayscale: #D5D5D5. Windows color (decimal): -471142 or 10145784. OLE color: 10145784.
HSL color Cylindrical-coordinate representation of color #F8CF9A: hue angle of 33.83º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8CF9A is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 154 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.03 |
| HSL | 33.83º | 0.87% | 0.79% | - |
| HSV(B) | 33.83º | 0.38% | 0.97% | - |
| XYZ | 66.86 | 66.92 | 39.96 | - |
| YUV | 213.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 154 | 0 | 0.17 | 0.38 | 0.03 | 33.83 | 0.87 | 0.79 |
| Hex | F8 | CF | 9A | 0 | 11 | 26 | 3 | 22 | 57 | 4F |
| Octal | 370 | 317 | 232 | 0 | 21 | 46 | 3 | 42 | 127 | 117 |
| Binary | 11111000 | 11001111 | 10011010 | 0 | 10001 | 100110 | 11 | 100010 | 1010111 | 1001111 |
Color Harmonies of #F8CF9A
Complementary color
Monochromatic Colors of #F8CF9A
Black with #F8CF9A
Text Example
Text Example
White with #F8CF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CF9A; }
p { color: rgb(248,207,154); }
H1.HeaderClassName
{
color: #F8CF9A;
}
.AnyTagClassName
{
color: #F8CF9A;
}
</style>
background-color css
<style>
a { background-color: #F8CF9A; }
a { background-color: rgb(248,207,154); }
div.DivClassName
{
background-color: #F8CF9A;
}
.BgClassName
{
background-color: #F8CF9A;
}
</style>
border-color css
<style>
span { border-color: #F8CF9A; }
span { border-color: rgb(248,207,154); }
td.TdClassName
{
border-color: #F8CF9A;
}
.TagClassName
{
border-color: #F8CF9A;
}
</style>