Shades of Gorse #F9F52E
Tints of Gorse #F9F52E
RGB
CMYK
RGB Variations
Color information
#F9F52E (or 0xF9F52E) is known color: Gorse. HEX triplet: F9, F5 and 2E. RGB value is (249,245,46). Sum of RGB (Red+Green+Blue) = 249+245+46=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 46 (18.36% from 255 or 8.52% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F52E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F52E is #060AD1. Grayscale: #E0E0E0. Windows color (decimal): -395986 or 3077625. OLE color: 3077625.
HSL color Cylindrical-coordinate representation of color #F9F52E: hue angle of 58.82º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9F52E is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 245 | 46 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.02 |
| HSL | 58.82º | 0.94% | 0.58% | - |
| HSV(B) | 58.82º | 0.82% | 0.98% | - |
| XYZ | 72.21 | 85.64 | 15.31 | - |
| YUV | 223.51 | 27.83 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 245 | 46 | 0 | 0.02 | 0.82 | 0.02 | 58.82 | 0.94 | 0.58 |
| Hex | F9 | F5 | 2E | 0 | 2 | 52 | 2 | 3B | 5E | 3A |
| Octal | 371 | 365 | 56 | 0 | 2 | 122 | 2 | 73 | 136 | 72 |
| Binary | 11111001 | 11110101 | 101110 | 0 | 10 | 1010010 | 10 | 111011 | 1011110 | 111010 |
Color Harmonies of #F9F52E
Complementary color
Monochromatic Colors of #F9F52E
Black with #F9F52E
Text Example
Text Example
White with #F9F52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F52E; }
p { color: rgb(249,245,46); }
H1.HeaderClassName
{
color: #F9F52E;
}
.AnyTagClassName
{
color: #F9F52E;
}
</style>
background-color css
<style>
a { background-color: #F9F52E; }
a { background-color: rgb(249,245,46); }
div.DivClassName
{
background-color: #F9F52E;
}
.BgClassName
{
background-color: #F9F52E;
}
</style>
border-color css
<style>
span { border-color: #F9F52E; }
span { border-color: rgb(249,245,46); }
td.TdClassName
{
border-color: #F9F52E;
}
.TagClassName
{
border-color: #F9F52E;
}
</style>