Shades of Ronchi #F1BA50
Tints of Ronchi #F1BA50
RGB
CMYK
RGB Variations
Color information
#F1BA50 (or 0xF1BA50) is known color: Ronchi. HEX triplet: F1, BA and 50. RGB value is (241,186,80). Sum of RGB (Red+Green+Blue) = 241+186+80=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA50 is #0E45AF. Grayscale: #BEBEBE. Windows color (decimal): -935344 or 5290737. OLE color: 5290737.
HSL color Cylindrical-coordinate representation of color #F1BA50: hue angle of 39.5º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1BA50 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 80 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.05 |
| HSL | 39.5º | 0.85% | 0.63% | - |
| HSV(B) | 39.5º | 0.67% | 0.95% | - |
| XYZ | 55.28 | 54.4 | 15.18 | - |
| YUV | 190.36 | 65.72 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 80 | 0 | 0.23 | 0.67 | 0.05 | 39.5 | 0.85 | 0.63 |
| Hex | F1 | BA | 50 | 0 | 17 | 43 | 5 | 28 | 55 | 3F |
| Octal | 361 | 272 | 120 | 0 | 27 | 103 | 5 | 50 | 125 | 77 |
| Binary | 11110001 | 10111010 | 1010000 | 0 | 10111 | 1000011 | 101 | 101000 | 1010101 | 111111 |
Color Harmonies of #F1BA50
Complementary color
Monochromatic Colors of #F1BA50
Black with #F1BA50
Text Example
Text Example
White with #F1BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA50; }
p { color: rgb(241,186,80); }
H1.HeaderClassName
{
color: #F1BA50;
}
.AnyTagClassName
{
color: #F1BA50;
}
</style>
background-color css
<style>
a { background-color: #F1BA50; }
a { background-color: rgb(241,186,80); }
div.DivClassName
{
background-color: #F1BA50;
}
.BgClassName
{
background-color: #F1BA50;
}
</style>
border-color css
<style>
span { border-color: #F1BA50; }
span { border-color: rgb(241,186,80); }
td.TdClassName
{
border-color: #F1BA50;
}
.TagClassName
{
border-color: #F1BA50;
}
</style>