Shades of Ronchi #F0BB59
Tints of Ronchi #F0BB59
RGB
CMYK
RGB Variations
Color information
#F0BB59 (or 0xF0BB59) is known color: Ronchi. HEX triplet: F0, BB and 59. RGB value is (240,187,89). Sum of RGB (Red+Green+Blue) = 240+187+89=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BB59 is #0F44A6. Grayscale: #C0C0C0. Windows color (decimal): -1000615 or 5880816. OLE color: 5880816.
HSL color Cylindrical-coordinate representation of color #F0BB59: hue angle of 38.94º 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 #F0BB59 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 89 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.06 |
| HSL | 38.94º | 0.83% | 0.65% | - |
| HSV(B) | 38.94º | 0.63% | 0.94% | - |
| XYZ | 55.51 | 54.79 | 17.1 | - |
| YUV | 191.68 | 70.06 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 89 | 0 | 0.22 | 0.63 | 0.06 | 38.94 | 0.83 | 0.65 |
| Hex | F0 | BB | 59 | 0 | 16 | 3F | 6 | 27 | 53 | 41 |
| Octal | 360 | 273 | 131 | 0 | 26 | 77 | 6 | 47 | 123 | 101 |
| Binary | 11110000 | 10111011 | 1011001 | 0 | 10110 | 111111 | 110 | 100111 | 1010011 | 1000001 |
Color Harmonies of #F0BB59
Complementary color
Monochromatic Colors of #F0BB59
Black with #F0BB59
Text Example
Text Example
White with #F0BB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BB59; }
p { color: rgb(240,187,89); }
H1.HeaderClassName
{
color: #F0BB59;
}
.AnyTagClassName
{
color: #F0BB59;
}
</style>
background-color css
<style>
a { background-color: #F0BB59; }
a { background-color: rgb(240,187,89); }
div.DivClassName
{
background-color: #F0BB59;
}
.BgClassName
{
background-color: #F0BB59;
}
</style>
border-color css
<style>
span { border-color: #F0BB59; }
span { border-color: rgb(240,187,89); }
td.TdClassName
{
border-color: #F0BB59;
}
.TagClassName
{
border-color: #F0BB59;
}
</style>