Shades of Cream Can #F0BD59
Tints of Cream Can #F0BD59
RGB
CMYK
RGB Variations
Color information
#F0BD59 (or 0xF0BD59) is known color: Cream Can. HEX triplet: F0, BD and 59. RGB value is (240,189,89). Sum of RGB (Red+Green+Blue) = 240+189+89=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 89 (35.16% from 255 or 17.18% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BD59 is #0F42A6. Grayscale: #C1C1C1. Windows color (decimal): -1000103 or 5881328. OLE color: 5881328.
HSL color Cylindrical-coordinate representation of color #F0BD59: hue angle of 39.74º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0BD59 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 89 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.06 |
| HSL | 39.74º | 0.83% | 0.65% | - |
| HSV(B) | 39.74º | 0.63% | 0.94% | - |
| XYZ | 55.94 | 55.64 | 17.24 | - |
| YUV | 192.85 | 69.4 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 89 | 0 | 0.21 | 0.63 | 0.06 | 39.74 | 0.83 | 0.65 |
| Hex | F0 | BD | 59 | 0 | 15 | 3F | 6 | 28 | 53 | 41 |
| Octal | 360 | 275 | 131 | 0 | 25 | 77 | 6 | 50 | 123 | 101 |
| Binary | 11110000 | 10111101 | 1011001 | 0 | 10101 | 111111 | 110 | 101000 | 1010011 | 1000001 |
Color Harmonies of #F0BD59
Complementary color
Monochromatic Colors of #F0BD59
Black with #F0BD59
Text Example
Text Example
White with #F0BD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BD59; }
p { color: rgb(240,189,89); }
H1.HeaderClassName
{
color: #F0BD59;
}
.AnyTagClassName
{
color: #F0BD59;
}
</style>
background-color css
<style>
a { background-color: #F0BD59; }
a { background-color: rgb(240,189,89); }
div.DivClassName
{
background-color: #F0BD59;
}
.BgClassName
{
background-color: #F0BD59;
}
</style>
border-color css
<style>
span { border-color: #F0BD59; }
span { border-color: rgb(240,189,89); }
td.TdClassName
{
border-color: #F0BD59;
}
.TagClassName
{
border-color: #F0BD59;
}
</style>