Shades of Ronchi #F0B649
Tints of Ronchi #F0B649
RGB
CMYK
RGB Variations
Color information
#F0B649 (or 0xF0B649) is known color: Ronchi. HEX triplet: F0, B6 and 49. RGB value is (240,182,73). Sum of RGB (Red+Green+Blue) = 240+182+73=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B649 is #0F49B6. Grayscale: #BBBBBB. Windows color (decimal): -1001911 or 4830960. OLE color: 4830960.
HSL color Cylindrical-coordinate representation of color #F0B649: hue angle of 39.16º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0B649 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 73 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.06 |
| HSL | 39.16º | 0.85% | 0.61% | - |
| HSV(B) | 39.16º | 0.7% | 0.94% | - |
| XYZ | 53.87 | 52.46 | 13.59 | - |
| YUV | 186.92 | 63.72 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 73 | 0 | 0.24 | 0.70 | 0.06 | 39.16 | 0.85 | 0.61 |
| Hex | F0 | B6 | 49 | 0 | 18 | 46 | 6 | 27 | 55 | 3D |
| Octal | 360 | 266 | 111 | 0 | 30 | 106 | 6 | 47 | 125 | 75 |
| Binary | 11110000 | 10110110 | 1001001 | 0 | 11000 | 1000110 | 110 | 100111 | 1010101 | 111101 |
Color Harmonies of #F0B649
Complementary color
Monochromatic Colors of #F0B649
Black with #F0B649
Text Example
Text Example
White with #F0B649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B649; }
p { color: rgb(240,182,73); }
H1.HeaderClassName
{
color: #F0B649;
}
.AnyTagClassName
{
color: #F0B649;
}
</style>
background-color css
<style>
a { background-color: #F0B649; }
a { background-color: rgb(240,182,73); }
div.DivClassName
{
background-color: #F0B649;
}
.BgClassName
{
background-color: #F0B649;
}
</style>
border-color css
<style>
span { border-color: #F0B649; }
span { border-color: rgb(240,182,73); }
td.TdClassName
{
border-color: #F0B649;
}
.TagClassName
{
border-color: #F0B649;
}
</style>