Shades of Ronchi #F0BB57
Tints of Ronchi #F0BB57
RGB
CMYK
RGB Variations
Color information
#F0BB57 (or 0xF0BB57) is known color: Ronchi. HEX triplet: F0, BB and 57. RGB value is (240,187,87). Sum of RGB (Red+Green+Blue) = 240+187+87=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BB57 is #0F44A8. Grayscale: #BFBFBF. Windows color (decimal): -1000617 or 5749744. OLE color: 5749744.
HSL color Cylindrical-coordinate representation of color #F0BB57: hue angle of 39.22º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0BB57 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 87 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.06 |
| HSL | 39.22º | 0.84% | 0.64% | - |
| HSV(B) | 39.22º | 0.64% | 0.94% | - |
| XYZ | 55.43 | 54.75 | 16.66 | - |
| YUV | 191.45 | 69.06 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 87 | 0 | 0.22 | 0.64 | 0.06 | 39.22 | 0.84 | 0.64 |
| Hex | F0 | BB | 57 | 0 | 16 | 40 | 6 | 27 | 54 | 40 |
| Octal | 360 | 273 | 127 | 0 | 26 | 100 | 6 | 47 | 124 | 100 |
| Binary | 11110000 | 10111011 | 1010111 | 0 | 10110 | 1000000 | 110 | 100111 | 1010100 | 1000000 |
Color Harmonies of #F0BB57
Complementary color
Monochromatic Colors of #F0BB57
Black with #F0BB57
Text Example
Text Example
White with #F0BB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BB57; }
p { color: rgb(240,187,87); }
H1.HeaderClassName
{
color: #F0BB57;
}
.AnyTagClassName
{
color: #F0BB57;
}
</style>
background-color css
<style>
a { background-color: #F0BB57; }
a { background-color: rgb(240,187,87); }
div.DivClassName
{
background-color: #F0BB57;
}
.BgClassName
{
background-color: #F0BB57;
}
</style>
border-color css
<style>
span { border-color: #F0BB57; }
span { border-color: rgb(240,187,87); }
td.TdClassName
{
border-color: #F0BB57;
}
.TagClassName
{
border-color: #F0BB57;
}
</style>