Shades of Gorse #F9F12F
Tints of Gorse #F9F12F
RGB
CMYK
RGB Variations
Color information
#F9F12F (or 0xF9F12F) is known color: Gorse. HEX triplet: F9, F1 and 2F. RGB value is (249,241,47). Sum of RGB (Red+Green+Blue) = 249+241+47=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 47 (18.75% from 255 or 8.75% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F12F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F12F is #060ED0. Grayscale: #DEDEDE. Windows color (decimal): -397009 or 3142137. OLE color: 3142137.
HSL color Cylindrical-coordinate representation of color #F9F12F: hue angle of 57.62º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9F12F is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 47 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.02 |
| HSL | 57.62º | 0.94% | 0.58% | - |
| HSV(B) | 57.62º | 0.81% | 0.98% | - |
| XYZ | 71.04 | 83.26 | 15.02 | - |
| YUV | 221.28 | 29.65 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 47 | 0 | 0.03 | 0.81 | 0.02 | 57.62 | 0.94 | 0.58 |
| Hex | F9 | F1 | 2F | 0 | 3 | 51 | 2 | 3A | 5E | 3A |
| Octal | 371 | 361 | 57 | 0 | 3 | 121 | 2 | 72 | 136 | 72 |
| Binary | 11111001 | 11110001 | 101111 | 0 | 11 | 1010001 | 10 | 111010 | 1011110 | 111010 |
Color Harmonies of #F9F12F
Complementary color
Monochromatic Colors of #F9F12F
Black with #F9F12F
Text Example
Text Example
White with #F9F12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F12F; }
p { color: rgb(249,241,47); }
H1.HeaderClassName
{
color: #F9F12F;
}
.AnyTagClassName
{
color: #F9F12F;
}
</style>
background-color css
<style>
a { background-color: #F9F12F; }
a { background-color: rgb(249,241,47); }
div.DivClassName
{
background-color: #F9F12F;
}
.BgClassName
{
background-color: #F9F12F;
}
</style>
border-color css
<style>
span { border-color: #F9F12F; }
span { border-color: rgb(249,241,47); }
td.TdClassName
{
border-color: #F9F12F;
}
.TagClassName
{
border-color: #F9F12F;
}
</style>