Shades of Ronchi #F0BA56
Tints of Ronchi #F0BA56
RGB
CMYK
RGB Variations
Color information
#F0BA56 (or 0xF0BA56) is known color: Ronchi. HEX triplet: F0, BA and 56. RGB value is (240,186,86). Sum of RGB (Red+Green+Blue) = 240+186+86=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BA56 is #0F45A9. Grayscale: #BFBFBF. Windows color (decimal): -1000874 or 5683952. OLE color: 5683952.
HSL color Cylindrical-coordinate representation of color #F0BA56: hue angle of 38.96º 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 #F0BA56 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 186 | 86 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.06 |
| HSL | 38.96º | 0.84% | 0.64% | - |
| HSV(B) | 38.96º | 0.64% | 0.94% | - |
| XYZ | 55.17 | 54.31 | 16.38 | - |
| YUV | 190.75 | 68.89 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 186 | 86 | 0 | 0.22 | 0.64 | 0.06 | 38.96 | 0.84 | 0.64 |
| Hex | F0 | BA | 56 | 0 | 16 | 40 | 6 | 27 | 54 | 40 |
| Octal | 360 | 272 | 126 | 0 | 26 | 100 | 6 | 47 | 124 | 100 |
| Binary | 11110000 | 10111010 | 1010110 | 0 | 10110 | 1000000 | 110 | 100111 | 1010100 | 1000000 |
Color Harmonies of #F0BA56
Complementary color
Monochromatic Colors of #F0BA56
Black with #F0BA56
Text Example
Text Example
White with #F0BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BA56; }
p { color: rgb(240,186,86); }
H1.HeaderClassName
{
color: #F0BA56;
}
.AnyTagClassName
{
color: #F0BA56;
}
</style>
background-color css
<style>
a { background-color: #F0BA56; }
a { background-color: rgb(240,186,86); }
div.DivClassName
{
background-color: #F0BA56;
}
.BgClassName
{
background-color: #F0BA56;
}
</style>
border-color css
<style>
span { border-color: #F0BA56; }
span { border-color: rgb(240,186,86); }
td.TdClassName
{
border-color: #F0BA56;
}
.TagClassName
{
border-color: #F0BA56;
}
</style>