Shades of Ronchi #F2BA52
Tints of Ronchi #F2BA52
RGB
CMYK
RGB Variations
Color information
#F2BA52 (or 0xF2BA52) is known color: Ronchi. HEX triplet: F2, BA and 52. RGB value is (242,186,82). Sum of RGB (Red+Green+Blue) = 242+186+82=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 82 (32.42% from 255 or 16.08% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA52 is #0D45AD. Grayscale: #BFBFBF. Windows color (decimal): -869806 or 5421810. OLE color: 5421810.
HSL color Cylindrical-coordinate representation of color #F2BA52: hue angle of 39º 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 #F2BA52 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 82 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.05 |
| HSL | 39º | 0.86% | 0.64% | - |
| HSV(B) | 39º | 0.66% | 0.95% | - |
| XYZ | 55.7 | 54.6 | 15.59 | - |
| YUV | 190.89 | 66.55 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 82 | 0 | 0.23 | 0.66 | 0.05 | 39 | 0.86 | 0.64 |
| Hex | F2 | BA | 52 | 0 | 17 | 42 | 5 | 27 | 56 | 40 |
| Octal | 362 | 272 | 122 | 0 | 27 | 102 | 5 | 47 | 126 | 100 |
| Binary | 11110010 | 10111010 | 1010010 | 0 | 10111 | 1000010 | 101 | 100111 | 1010110 | 1000000 |
Color Harmonies of #F2BA52
Complementary color
Monochromatic Colors of #F2BA52
Black with #F2BA52
Text Example
Text Example
White with #F2BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA52; }
p { color: rgb(242,186,82); }
H1.HeaderClassName
{
color: #F2BA52;
}
.AnyTagClassName
{
color: #F2BA52;
}
</style>
background-color css
<style>
a { background-color: #F2BA52; }
a { background-color: rgb(242,186,82); }
div.DivClassName
{
background-color: #F2BA52;
}
.BgClassName
{
background-color: #F2BA52;
}
</style>
border-color css
<style>
span { border-color: #F2BA52; }
span { border-color: rgb(242,186,82); }
td.TdClassName
{
border-color: #F2BA52;
}
.TagClassName
{
border-color: #F2BA52;
}
</style>