Shades of Ronchi #F1BA51
Tints of Ronchi #F1BA51
RGB
CMYK
RGB Variations
Color information
#F1BA51 (or 0xF1BA51) is known color: Ronchi. HEX triplet: F1, BA and 51. RGB value is (241,186,81). Sum of RGB (Red+Green+Blue) = 241+186+81=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 81 (32.03% from 255 or 15.94% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA51 is #0E45AE. Grayscale: #BEBEBE. Windows color (decimal): -935343 or 5356273. OLE color: 5356273.
HSL color Cylindrical-coordinate representation of color #F1BA51: hue angle of 39.38º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1BA51 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 81 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.05 |
| HSL | 39.38º | 0.85% | 0.63% | - |
| HSV(B) | 39.38º | 0.66% | 0.95% | - |
| XYZ | 55.32 | 54.41 | 15.37 | - |
| YUV | 190.48 | 66.22 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 81 | 0 | 0.23 | 0.66 | 0.05 | 39.38 | 0.85 | 0.63 |
| Hex | F1 | BA | 51 | 0 | 17 | 42 | 5 | 27 | 55 | 3F |
| Octal | 361 | 272 | 121 | 0 | 27 | 102 | 5 | 47 | 125 | 77 |
| Binary | 11110001 | 10111010 | 1010001 | 0 | 10111 | 1000010 | 101 | 100111 | 1010101 | 111111 |
Color Harmonies of #F1BA51
Complementary color
Monochromatic Colors of #F1BA51
Black with #F1BA51
Text Example
Text Example
White with #F1BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA51; }
p { color: rgb(241,186,81); }
H1.HeaderClassName
{
color: #F1BA51;
}
.AnyTagClassName
{
color: #F1BA51;
}
</style>
background-color css
<style>
a { background-color: #F1BA51; }
a { background-color: rgb(241,186,81); }
div.DivClassName
{
background-color: #F1BA51;
}
.BgClassName
{
background-color: #F1BA51;
}
</style>
border-color css
<style>
span { border-color: #F1BA51; }
span { border-color: rgb(241,186,81); }
td.TdClassName
{
border-color: #F1BA51;
}
.TagClassName
{
border-color: #F1BA51;
}
</style>