Shades of Cream Can #F0BF4D
Tints of Cream Can #F0BF4D
RGB
CMYK
RGB Variations
Color information
#F0BF4D (or 0xF0BF4D) is known color: Cream Can. HEX triplet: F0, BF and 4D. RGB value is (240,191,77). Sum of RGB (Red+Green+Blue) = 240+191+77=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF4D is #0F40B2. Grayscale: #C1C1C1. Windows color (decimal): -999603 or 5095408. OLE color: 5095408.
HSL color Cylindrical-coordinate representation of color #F0BF4D: hue angle of 41.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0BF4D is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 77 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.06 |
| HSL | 41.96º | 0.84% | 0.62% | - |
| HSV(B) | 41.96º | 0.68% | 0.94% | - |
| XYZ | 55.91 | 56.32 | 14.95 | - |
| YUV | 192.66 | 62.73 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 77 | 0 | 0.20 | 0.68 | 0.06 | 41.96 | 0.84 | 0.62 |
| Hex | F0 | BF | 4D | 0 | 14 | 44 | 6 | 2A | 54 | 3E |
| Octal | 360 | 277 | 115 | 0 | 24 | 104 | 6 | 52 | 124 | 76 |
| Binary | 11110000 | 10111111 | 1001101 | 0 | 10100 | 1000100 | 110 | 101010 | 1010100 | 111110 |
Color Harmonies of #F0BF4D
Complementary color
Monochromatic Colors of #F0BF4D
Black with #F0BF4D
Text Example
Text Example
White with #F0BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF4D; }
p { color: rgb(240,191,77); }
H1.HeaderClassName
{
color: #F0BF4D;
}
.AnyTagClassName
{
color: #F0BF4D;
}
</style>
background-color css
<style>
a { background-color: #F0BF4D; }
a { background-color: rgb(240,191,77); }
div.DivClassName
{
background-color: #F0BF4D;
}
.BgClassName
{
background-color: #F0BF4D;
}
</style>
border-color css
<style>
span { border-color: #F0BF4D; }
span { border-color: rgb(240,191,77); }
td.TdClassName
{
border-color: #F0BF4D;
}
.TagClassName
{
border-color: #F0BF4D;
}
</style>