Shades of Gorse #F2F635
Tints of Gorse #F2F635
RGB
CMYK
RGB Variations
Color information
#F2F635 (or 0xF2F635) is known color: Gorse. HEX triplet: F2, F6 and 35. RGB value is (242,246,53). Sum of RGB (Red+Green+Blue) = 242+246+53=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 53 (21.09% from 255 or 9.80% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F635 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F635 is #0D09CA. Grayscale: #DFDFDF. Windows color (decimal): -854475 or 3536626. OLE color: 3536626.
HSL color Cylindrical-coordinate representation of color #F2F635: hue angle of 61.24º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2F635 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 53 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.04 |
| HSL | 61.24º | 0.91% | 0.59% | - |
| HSV(B) | 61.24º | 0.78% | 0.96% | - |
| XYZ | 70.22 | 85.05 | 16.08 | - |
| YUV | 222.8 | 32.17 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 53 | 0.02 | 0 | 0.78 | 0.04 | 61.24 | 0.91 | 0.59 |
| Hex | F2 | F6 | 35 | 2 | 0 | 4E | 4 | 3D | 5B | 3B |
| Octal | 362 | 366 | 65 | 2 | 0 | 116 | 4 | 75 | 133 | 73 |
| Binary | 11110010 | 11110110 | 110101 | 10 | 0 | 1001110 | 100 | 111101 | 1011011 | 111011 |
Color Harmonies of #F2F635
Complementary color
Monochromatic Colors of #F2F635
Black with #F2F635
Text Example
Text Example
White with #F2F635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F635; }
p { color: rgb(242,246,53); }
H1.HeaderClassName
{
color: #F2F635;
}
.AnyTagClassName
{
color: #F2F635;
}
</style>
background-color css
<style>
a { background-color: #F2F635; }
a { background-color: rgb(242,246,53); }
div.DivClassName
{
background-color: #F2F635;
}
.BgClassName
{
background-color: #F2F635;
}
</style>
border-color css
<style>
span { border-color: #F2F635; }
span { border-color: rgb(242,246,53); }
td.TdClassName
{
border-color: #F2F635;
}
.TagClassName
{
border-color: #F2F635;
}
</style>