Shades of Gorse #F2F035
Tints of Gorse #F2F035
RGB
CMYK
RGB Variations
Color information
#F2F035 (or 0xF2F035) is known color: Gorse. HEX triplet: F2, F0 and 35. RGB value is (242,240,53). Sum of RGB (Red+Green+Blue) = 242+240+53=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 53 (21.09% from 255 or 9.91% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F035 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F035 is #0D0FCA. Grayscale: #DCDCDC. Windows color (decimal): -856011 or 3535090. OLE color: 3535090.
HSL color Cylindrical-coordinate representation of color #F2F035: hue angle of 59.37º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2F035 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 53 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.05 |
| HSL | 59.37º | 0.88% | 0.58% | - |
| HSV(B) | 59.37º | 0.78% | 0.95% | - |
| XYZ | 68.42 | 81.45 | 15.48 | - |
| YUV | 219.28 | 34.16 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 53 | 0 | 0.01 | 0.78 | 0.05 | 59.37 | 0.88 | 0.58 |
| Hex | F2 | F0 | 35 | 0 | 1 | 4E | 5 | 3B | 58 | 3A |
| Octal | 362 | 360 | 65 | 0 | 1 | 116 | 5 | 73 | 130 | 72 |
| Binary | 11110010 | 11110000 | 110101 | 0 | 1 | 1001110 | 101 | 111011 | 1011000 | 111010 |
Color Harmonies of #F2F035
Complementary color
Monochromatic Colors of #F2F035
Black with #F2F035
Text Example
Text Example
White with #F2F035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F035; }
p { color: rgb(242,240,53); }
H1.HeaderClassName
{
color: #F2F035;
}
.AnyTagClassName
{
color: #F2F035;
}
</style>
background-color css
<style>
a { background-color: #F2F035; }
a { background-color: rgb(242,240,53); }
div.DivClassName
{
background-color: #F2F035;
}
.BgClassName
{
background-color: #F2F035;
}
</style>
border-color css
<style>
span { border-color: #F2F035; }
span { border-color: rgb(242,240,53); }
td.TdClassName
{
border-color: #F2F035;
}
.TagClassName
{
border-color: #F2F035;
}
</style>