Shades of Ronchi #F0B84A
Tints of Ronchi #F0B84A
RGB
CMYK
RGB Variations
Color information
#F0B84A (or 0xF0B84A) is known color: Ronchi. HEX triplet: F0, B8 and 4A. RGB value is (240,184,74). Sum of RGB (Red+Green+Blue) = 240+184+74=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B84A is #0F47B5. Grayscale: #BCBCBC. Windows color (decimal): -1001398 or 4897008. OLE color: 4897008.
HSL color Cylindrical-coordinate representation of color #F0B84A: hue angle of 39.76º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0B84A is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 74 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.06 |
| HSL | 39.76º | 0.85% | 0.62% | - |
| HSV(B) | 39.76º | 0.69% | 0.94% | - |
| XYZ | 54.31 | 53.3 | 13.9 | - |
| YUV | 188.2 | 63.55 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 74 | 0 | 0.23 | 0.69 | 0.06 | 39.76 | 0.85 | 0.62 |
| Hex | F0 | B8 | 4A | 0 | 17 | 45 | 6 | 28 | 55 | 3E |
| Octal | 360 | 270 | 112 | 0 | 27 | 105 | 6 | 50 | 125 | 76 |
| Binary | 11110000 | 10111000 | 1001010 | 0 | 10111 | 1000101 | 110 | 101000 | 1010101 | 111110 |
Color Harmonies of #F0B84A
Complementary color
Monochromatic Colors of #F0B84A
Black with #F0B84A
Text Example
Text Example
White with #F0B84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B84A; }
p { color: rgb(240,184,74); }
H1.HeaderClassName
{
color: #F0B84A;
}
.AnyTagClassName
{
color: #F0B84A;
}
</style>
background-color css
<style>
a { background-color: #F0B84A; }
a { background-color: rgb(240,184,74); }
div.DivClassName
{
background-color: #F0B84A;
}
.BgClassName
{
background-color: #F0B84A;
}
</style>
border-color css
<style>
span { border-color: #F0B84A; }
span { border-color: rgb(240,184,74); }
td.TdClassName
{
border-color: #F0B84A;
}
.TagClassName
{
border-color: #F0B84A;
}
</style>