Shades of Caramel #F5CF92
Tints of Caramel #F5CF92
RGB
CMYK
RGB Variations
Color information
#F5CF92 (or 0xF5CF92) is known color: Caramel. HEX triplet: F5, CF and 92. RGB value is (245,207,146). Sum of RGB (Red+Green+Blue) = 245+207+146=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CF92 is #0A306D. Grayscale: #D3D3D3. Windows color (decimal): -667758 or 9621493. OLE color: 9621493.
HSL color Cylindrical-coordinate representation of color #F5CF92: hue angle of 36.97º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5CF92 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 146 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.04 |
| HSL | 36.97º | 0.83% | 0.77% | - |
| HSV(B) | 36.97º | 0.4% | 0.96% | - |
| XYZ | 65.16 | 66.11 | 36.52 | - |
| YUV | 211.41 | 91.09 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 146 | 0 | 0.16 | 0.40 | 0.04 | 36.97 | 0.83 | 0.77 |
| Hex | F5 | CF | 92 | 0 | 10 | 28 | 4 | 25 | 53 | 4D |
| Octal | 365 | 317 | 222 | 0 | 20 | 50 | 4 | 45 | 123 | 115 |
| Binary | 11110101 | 11001111 | 10010010 | 0 | 10000 | 101000 | 100 | 100101 | 1010011 | 1001101 |
Color Harmonies of #F5CF92
Complementary color
Monochromatic Colors of #F5CF92
Black with #F5CF92
Text Example
Text Example
White with #F5CF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF92; }
p { color: rgb(245,207,146); }
H1.HeaderClassName
{
color: #F5CF92;
}
.AnyTagClassName
{
color: #F5CF92;
}
</style>
background-color css
<style>
a { background-color: #F5CF92; }
a { background-color: rgb(245,207,146); }
div.DivClassName
{
background-color: #F5CF92;
}
.BgClassName
{
background-color: #F5CF92;
}
</style>
border-color css
<style>
span { border-color: #F5CF92; }
span { border-color: rgb(245,207,146); }
td.TdClassName
{
border-color: #F5CF92;
}
.TagClassName
{
border-color: #F5CF92;
}
</style>