Shades of Ronchi #F2BC5D
Tints of Ronchi #F2BC5D
RGB
CMYK
RGB Variations
Color information
#F2BC5D (or 0xF2BC5D) is known color: Ronchi. HEX triplet: F2, BC and 5D. RGB value is (242,188,93). Sum of RGB (Red+Green+Blue) = 242+188+93=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BC5D is #0D43A2. Grayscale: #C1C1C1. Windows color (decimal): -869283 or 6143218. OLE color: 6143218.
HSL color Cylindrical-coordinate representation of color #F2BC5D: hue angle of 38.26º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2BC5D is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 93 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.05 |
| HSL | 38.26º | 0.85% | 0.66% | - |
| HSV(B) | 38.26º | 0.62% | 0.95% | - |
| XYZ | 56.58 | 55.63 | 18.11 | - |
| YUV | 193.32 | 71.39 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 93 | 0 | 0.22 | 0.62 | 0.05 | 38.26 | 0.85 | 0.66 |
| Hex | F2 | BC | 5D | 0 | 16 | 3E | 5 | 26 | 55 | 42 |
| Octal | 362 | 274 | 135 | 0 | 26 | 76 | 5 | 46 | 125 | 102 |
| Binary | 11110010 | 10111100 | 1011101 | 0 | 10110 | 111110 | 101 | 100110 | 1010101 | 1000010 |
Color Harmonies of #F2BC5D
Complementary color
Monochromatic Colors of #F2BC5D
Black with #F2BC5D
Text Example
Text Example
White with #F2BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BC5D; }
p { color: rgb(242,188,93); }
H1.HeaderClassName
{
color: #F2BC5D;
}
.AnyTagClassName
{
color: #F2BC5D;
}
</style>
background-color css
<style>
a { background-color: #F2BC5D; }
a { background-color: rgb(242,188,93); }
div.DivClassName
{
background-color: #F2BC5D;
}
.BgClassName
{
background-color: #F2BC5D;
}
</style>
border-color css
<style>
span { border-color: #F2BC5D; }
span { border-color: rgb(242,188,93); }
td.TdClassName
{
border-color: #F2BC5D;
}
.TagClassName
{
border-color: #F2BC5D;
}
</style>