Shades of Caramel #F5CF91
Tints of Caramel #F5CF91
RGB
CMYK
RGB Variations
Color information
#F5CF91 (or 0xF5CF91) is known color: Caramel. HEX triplet: F5, CF and 91. RGB value is (245,207,145). Sum of RGB (Red+Green+Blue) = 245+207+145=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 145 (57.03% from 255 or 24.29% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CF91 is #0A306E. Grayscale: #D3D3D3. Windows color (decimal): -667759 or 9555957. OLE color: 9555957.
HSL color Cylindrical-coordinate representation of color #F5CF91: hue angle of 37.2º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5CF91 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 145 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.04 |
| HSL | 37.2º | 0.83% | 0.76% | - |
| HSV(B) | 37.2º | 0.41% | 0.96% | - |
| XYZ | 65.08 | 66.08 | 36.11 | - |
| YUV | 211.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 145 | 0 | 0.16 | 0.41 | 0.04 | 37.2 | 0.83 | 0.76 |
| Hex | F5 | CF | 91 | 0 | 10 | 29 | 4 | 25 | 53 | 4C |
| Octal | 365 | 317 | 221 | 0 | 20 | 51 | 4 | 45 | 123 | 114 |
| Binary | 11110101 | 11001111 | 10010001 | 0 | 10000 | 101001 | 100 | 100101 | 1010011 | 1001100 |
Color Harmonies of #F5CF91
Complementary color
Monochromatic Colors of #F5CF91
Black with #F5CF91
Text Example
Text Example
White with #F5CF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF91; }
p { color: rgb(245,207,145); }
H1.HeaderClassName
{
color: #F5CF91;
}
.AnyTagClassName
{
color: #F5CF91;
}
</style>
background-color css
<style>
a { background-color: #F5CF91; }
a { background-color: rgb(245,207,145); }
div.DivClassName
{
background-color: #F5CF91;
}
.BgClassName
{
background-color: #F5CF91;
}
</style>
border-color css
<style>
span { border-color: #F5CF91; }
span { border-color: rgb(245,207,145); }
td.TdClassName
{
border-color: #F5CF91;
}
.TagClassName
{
border-color: #F5CF91;
}
</style>