Shades of Ronchi #F1BA57
Tints of Ronchi #F1BA57
RGB
CMYK
RGB Variations
Color information
#F1BA57 (or 0xF1BA57) is known color: Ronchi. HEX triplet: F1, BA and 57. RGB value is (241,186,87). Sum of RGB (Red+Green+Blue) = 241+186+87=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA57 is #0E45A8. Grayscale: #BFBFBF. Windows color (decimal): -935337 or 5749489. OLE color: 5749489.
HSL color Cylindrical-coordinate representation of color #F1BA57: hue angle of 38.57º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F1BA57 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 87 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.05 |
| HSL | 38.57º | 0.85% | 0.64% | - |
| HSV(B) | 38.57º | 0.64% | 0.95% | - |
| XYZ | 55.55 | 54.51 | 16.61 | - |
| YUV | 191.16 | 69.22 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 87 | 0 | 0.23 | 0.64 | 0.05 | 38.57 | 0.85 | 0.64 |
| Hex | F1 | BA | 57 | 0 | 17 | 40 | 5 | 27 | 55 | 40 |
| Octal | 361 | 272 | 127 | 0 | 27 | 100 | 5 | 47 | 125 | 100 |
| Binary | 11110001 | 10111010 | 1010111 | 0 | 10111 | 1000000 | 101 | 100111 | 1010101 | 1000000 |
Color Harmonies of #F1BA57
Complementary color
Monochromatic Colors of #F1BA57
Black with #F1BA57
Text Example
Text Example
White with #F1BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BA57; }
p { color: rgb(241,186,87); }
H1.HeaderClassName
{
color: #F1BA57;
}
.AnyTagClassName
{
color: #F1BA57;
}
</style>
background-color css
<style>
a { background-color: #F1BA57; }
a { background-color: rgb(241,186,87); }
div.DivClassName
{
background-color: #F1BA57;
}
.BgClassName
{
background-color: #F1BA57;
}
</style>
border-color css
<style>
span { border-color: #F1BA57; }
span { border-color: rgb(241,186,87); }
td.TdClassName
{
border-color: #F1BA57;
}
.TagClassName
{
border-color: #F1BA57;
}
</style>