Shades of Gorse #F9F73A
Tints of Gorse #F9F73A
RGB
CMYK
RGB Variations
Color information
#F9F73A (or 0xF9F73A) is known color: Gorse. HEX triplet: F9, F7 and 3A. RGB value is (249,247,58). Sum of RGB (Red+Green+Blue) = 249+247+58=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 58 (23.05% from 255 or 10.47% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F73A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F73A is #0608C5. Grayscale: #E2E2E2. Windows color (decimal): -395462 or 3864569. OLE color: 3864569.
HSL color Cylindrical-coordinate representation of color #F9F73A: hue angle of 59.37º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9F73A is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 247 | 58 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.02 |
| HSL | 59.37º | 0.94% | 0.6% | - |
| HSV(B) | 59.37º | 0.77% | 0.98% | - |
| XYZ | 73.09 | 86.97 | 16.94 | - |
| YUV | 226.05 | 33.16 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 247 | 58 | 0 | 0.01 | 0.77 | 0.02 | 59.37 | 0.94 | 0.6 |
| Hex | F9 | F7 | 3A | 0 | 1 | 4D | 2 | 3B | 5E | 3C |
| Octal | 371 | 367 | 72 | 0 | 1 | 115 | 2 | 73 | 136 | 74 |
| Binary | 11111001 | 11110111 | 111010 | 0 | 1 | 1001101 | 10 | 111011 | 1011110 | 111100 |
Color Harmonies of #F9F73A
Complementary color
Monochromatic Colors of #F9F73A
Black with #F9F73A
Text Example
Text Example
White with #F9F73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F73A; }
p { color: rgb(249,247,58); }
H1.HeaderClassName
{
color: #F9F73A;
}
.AnyTagClassName
{
color: #F9F73A;
}
</style>
background-color css
<style>
a { background-color: #F9F73A; }
a { background-color: rgb(249,247,58); }
div.DivClassName
{
background-color: #F9F73A;
}
.BgClassName
{
background-color: #F9F73A;
}
</style>
border-color css
<style>
span { border-color: #F9F73A; }
span { border-color: rgb(249,247,58); }
td.TdClassName
{
border-color: #F9F73A;
}
.TagClassName
{
border-color: #F9F73A;
}
</style>