Shades of Ronchi #F2B94D
Tints of Ronchi #F2B94D
RGB
CMYK
RGB Variations
Color information
#F2B94D (or 0xF2B94D) is known color: Ronchi. HEX triplet: F2, B9 and 4D. RGB value is (242,185,77). Sum of RGB (Red+Green+Blue) = 242+185+77=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B94D is #0D46B2. Grayscale: #BEBEBE. Windows color (decimal): -870067 or 5093874. OLE color: 5093874.
HSL color Cylindrical-coordinate representation of color #F2B94D: hue angle of 39.27º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2B94D is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 77 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.05 |
| HSL | 39.27º | 0.86% | 0.63% | - |
| HSV(B) | 39.27º | 0.68% | 0.95% | - |
| XYZ | 55.31 | 54.11 | 14.55 | - |
| YUV | 189.73 | 64.38 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 77 | 0 | 0.24 | 0.68 | 0.05 | 39.27 | 0.86 | 0.63 |
| Hex | F2 | B9 | 4D | 0 | 18 | 44 | 5 | 27 | 56 | 3F |
| Octal | 362 | 271 | 115 | 0 | 30 | 104 | 5 | 47 | 126 | 77 |
| Binary | 11110010 | 10111001 | 1001101 | 0 | 11000 | 1000100 | 101 | 100111 | 1010110 | 111111 |
Color Harmonies of #F2B94D
Complementary color
Monochromatic Colors of #F2B94D
Black with #F2B94D
Text Example
Text Example
White with #F2B94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B94D; }
p { color: rgb(242,185,77); }
H1.HeaderClassName
{
color: #F2B94D;
}
.AnyTagClassName
{
color: #F2B94D;
}
</style>
background-color css
<style>
a { background-color: #F2B94D; }
a { background-color: rgb(242,185,77); }
div.DivClassName
{
background-color: #F2B94D;
}
.BgClassName
{
background-color: #F2B94D;
}
</style>
border-color css
<style>
span { border-color: #F2B94D; }
span { border-color: rgb(242,185,77); }
td.TdClassName
{
border-color: #F2B94D;
}
.TagClassName
{
border-color: #F2B94D;
}
</style>