Shades of Ronchi #F2BA53
Tints of Ronchi #F2BA53
RGB
CMYK
RGB Variations
Color information
#F2BA53 (or 0xF2BA53) is known color: Ronchi. HEX triplet: F2, BA and 53. RGB value is (242,186,83). Sum of RGB (Red+Green+Blue) = 242+186+83=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA53 is #0D45AC. Grayscale: #BFBFBF. Windows color (decimal): -869805 or 5487346. OLE color: 5487346.
HSL color Cylindrical-coordinate representation of color #F2BA53: hue angle of 38.87º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2BA53 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 83 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.05 |
| HSL | 38.87º | 0.86% | 0.64% | - |
| HSV(B) | 38.87º | 0.66% | 0.95% | - |
| XYZ | 55.74 | 54.62 | 15.79 | - |
| YUV | 191 | 67.05 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 83 | 0 | 0.23 | 0.66 | 0.05 | 38.87 | 0.86 | 0.64 |
| Hex | F2 | BA | 53 | 0 | 17 | 42 | 5 | 27 | 56 | 40 |
| Octal | 362 | 272 | 123 | 0 | 27 | 102 | 5 | 47 | 126 | 100 |
| Binary | 11110010 | 10111010 | 1010011 | 0 | 10111 | 1000010 | 101 | 100111 | 1010110 | 1000000 |
Color Harmonies of #F2BA53
Complementary color
Monochromatic Colors of #F2BA53
Black with #F2BA53
Text Example
Text Example
White with #F2BA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA53; }
p { color: rgb(242,186,83); }
H1.HeaderClassName
{
color: #F2BA53;
}
.AnyTagClassName
{
color: #F2BA53;
}
</style>
background-color css
<style>
a { background-color: #F2BA53; }
a { background-color: rgb(242,186,83); }
div.DivClassName
{
background-color: #F2BA53;
}
.BgClassName
{
background-color: #F2BA53;
}
</style>
border-color css
<style>
span { border-color: #F2BA53; }
span { border-color: rgb(242,186,83); }
td.TdClassName
{
border-color: #F2BA53;
}
.TagClassName
{
border-color: #F2BA53;
}
</style>