Shades of Cream Can #F0BF52
Tints of Cream Can #F0BF52
RGB
CMYK
RGB Variations
Color information
#F0BF52 (or 0xF0BF52) is known color: Cream Can. HEX triplet: F0, BF and 52. RGB value is (240,191,82). Sum of RGB (Red+Green+Blue) = 240+191+82=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF52 is #0F40AD. Grayscale: #C1C1C1. Windows color (decimal): -999598 or 5423088. OLE color: 5423088.
HSL color Cylindrical-coordinate representation of color #F0BF52: hue angle of 41.39º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0BF52 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 82 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.06 |
| HSL | 41.39º | 0.84% | 0.63% | - |
| HSV(B) | 41.39º | 0.66% | 0.94% | - |
| XYZ | 56.09 | 56.4 | 15.91 | - |
| YUV | 193.23 | 65.23 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 82 | 0 | 0.20 | 0.66 | 0.06 | 41.39 | 0.84 | 0.63 |
| Hex | F0 | BF | 52 | 0 | 14 | 42 | 6 | 29 | 54 | 3F |
| Octal | 360 | 277 | 122 | 0 | 24 | 102 | 6 | 51 | 124 | 77 |
| Binary | 11110000 | 10111111 | 1010010 | 0 | 10100 | 1000010 | 110 | 101001 | 1010100 | 111111 |
Color Harmonies of #F0BF52
Complementary color
Monochromatic Colors of #F0BF52
Black with #F0BF52
Text Example
Text Example
White with #F0BF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF52; }
p { color: rgb(240,191,82); }
H1.HeaderClassName
{
color: #F0BF52;
}
.AnyTagClassName
{
color: #F0BF52;
}
</style>
background-color css
<style>
a { background-color: #F0BF52; }
a { background-color: rgb(240,191,82); }
div.DivClassName
{
background-color: #F0BF52;
}
.BgClassName
{
background-color: #F0BF52;
}
</style>
border-color css
<style>
span { border-color: #F0BF52; }
span { border-color: rgb(240,191,82); }
td.TdClassName
{
border-color: #F0BF52;
}
.TagClassName
{
border-color: #F0BF52;
}
</style>