Shades of Cream Can #F0BF53
Tints of Cream Can #F0BF53
RGB
CMYK
RGB Variations
Color information
#F0BF53 (or 0xF0BF53) is known color: Cream Can. HEX triplet: F0, BF and 53. RGB value is (240,191,83). Sum of RGB (Red+Green+Blue) = 240+191+83=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF53 is #0F40AC. Grayscale: #C1C1C1. Windows color (decimal): -999597 or 5488624. OLE color: 5488624.
HSL color Cylindrical-coordinate representation of color #F0BF53: hue angle of 41.27º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0BF53 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 83 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.06 |
| HSL | 41.27º | 0.84% | 0.63% | - |
| HSV(B) | 41.27º | 0.65% | 0.94% | - |
| XYZ | 56.13 | 56.41 | 16.11 | - |
| YUV | 193.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 83 | 0 | 0.20 | 0.65 | 0.06 | 41.27 | 0.84 | 0.63 |
| Hex | F0 | BF | 53 | 0 | 14 | 41 | 6 | 29 | 54 | 3F |
| Octal | 360 | 277 | 123 | 0 | 24 | 101 | 6 | 51 | 124 | 77 |
| Binary | 11110000 | 10111111 | 1010011 | 0 | 10100 | 1000001 | 110 | 101001 | 1010100 | 111111 |
Color Harmonies of #F0BF53
Complementary color
Monochromatic Colors of #F0BF53
Black with #F0BF53
Text Example
Text Example
White with #F0BF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF53; }
p { color: rgb(240,191,83); }
H1.HeaderClassName
{
color: #F0BF53;
}
.AnyTagClassName
{
color: #F0BF53;
}
</style>
background-color css
<style>
a { background-color: #F0BF53; }
a { background-color: rgb(240,191,83); }
div.DivClassName
{
background-color: #F0BF53;
}
.BgClassName
{
background-color: #F0BF53;
}
</style>
border-color css
<style>
span { border-color: #F0BF53; }
span { border-color: rgb(240,191,83); }
td.TdClassName
{
border-color: #F0BF53;
}
.TagClassName
{
border-color: #F0BF53;
}
</style>