Shades of Gorse #F1F535
Tints of Gorse #F1F535
RGB
CMYK
RGB Variations
Color information
#F1F535 (or 0xF1F535) is known color: Gorse. HEX triplet: F1, F5 and 35. RGB value is (241,245,53). Sum of RGB (Red+Green+Blue) = 241+245+53=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 53 (21.09% from 255 or 9.83% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F535 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F535 is #0E0ACA. Grayscale: #DEDEDE. Windows color (decimal): -920267 or 3536369. OLE color: 3536369.
HSL color Cylindrical-coordinate representation of color #F1F535: hue angle of 61.25º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1F535 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 245 | 53 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.04 |
| HSL | 61.25º | 0.91% | 0.58% | - |
| HSV(B) | 61.25º | 0.78% | 0.96% | - |
| XYZ | 69.57 | 84.26 | 15.97 | - |
| YUV | 221.92 | 32.67 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 245 | 53 | 0.02 | 0 | 0.78 | 0.04 | 61.25 | 0.91 | 0.58 |
| Hex | F1 | F5 | 35 | 2 | 0 | 4E | 4 | 3D | 5B | 3A |
| Octal | 361 | 365 | 65 | 2 | 0 | 116 | 4 | 75 | 133 | 72 |
| Binary | 11110001 | 11110101 | 110101 | 10 | 0 | 1001110 | 100 | 111101 | 1011011 | 111010 |
Color Harmonies of #F1F535
Complementary color
Monochromatic Colors of #F1F535
Black with #F1F535
Text Example
Text Example
White with #F1F535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F535; }
p { color: rgb(241,245,53); }
H1.HeaderClassName
{
color: #F1F535;
}
.AnyTagClassName
{
color: #F1F535;
}
</style>
background-color css
<style>
a { background-color: #F1F535; }
a { background-color: rgb(241,245,53); }
div.DivClassName
{
background-color: #F1F535;
}
.BgClassName
{
background-color: #F1F535;
}
</style>
border-color css
<style>
span { border-color: #F1F535; }
span { border-color: rgb(241,245,53); }
td.TdClassName
{
border-color: #F1F535;
}
.TagClassName
{
border-color: #F1F535;
}
</style>