Shades of Ronchi #F0BC5D
Tints of Ronchi #F0BC5D
RGB
CMYK
RGB Variations
Color information
#F0BC5D (or 0xF0BC5D) is known color: Ronchi. HEX triplet: F0, BC and 5D. RGB value is (240,188,93). Sum of RGB (Red+Green+Blue) = 240+188+93=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BC5D is #0F43A2. Grayscale: #C1C1C1. Windows color (decimal): -1000355 or 6143216. OLE color: 6143216.
HSL color Cylindrical-coordinate representation of color #F0BC5D: hue angle of 38.78º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0BC5D is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 93 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.06 |
| HSL | 38.78º | 0.83% | 0.65% | - |
| HSV(B) | 38.78º | 0.61% | 0.94% | - |
| XYZ | 55.89 | 55.28 | 18.08 | - |
| YUV | 192.72 | 71.73 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 93 | 0 | 0.22 | 0.61 | 0.06 | 38.78 | 0.83 | 0.65 |
| Hex | F0 | BC | 5D | 0 | 16 | 3D | 6 | 27 | 53 | 41 |
| Octal | 360 | 274 | 135 | 0 | 26 | 75 | 6 | 47 | 123 | 101 |
| Binary | 11110000 | 10111100 | 1011101 | 0 | 10110 | 111101 | 110 | 100111 | 1010011 | 1000001 |
Color Harmonies of #F0BC5D
Complementary color
Monochromatic Colors of #F0BC5D
Black with #F0BC5D
Text Example
Text Example
White with #F0BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC5D; }
p { color: rgb(240,188,93); }
H1.HeaderClassName
{
color: #F0BC5D;
}
.AnyTagClassName
{
color: #F0BC5D;
}
</style>
background-color css
<style>
a { background-color: #F0BC5D; }
a { background-color: rgb(240,188,93); }
div.DivClassName
{
background-color: #F0BC5D;
}
.BgClassName
{
background-color: #F0BC5D;
}
</style>
border-color css
<style>
span { border-color: #F0BC5D; }
span { border-color: rgb(240,188,93); }
td.TdClassName
{
border-color: #F0BC5D;
}
.TagClassName
{
border-color: #F0BC5D;
}
</style>