Shades of Gorse #F9FB2F
Tints of Gorse #F9FB2F
RGB
CMYK
RGB Variations
Color information
#F9FB2F (or 0xF9FB2F) is known color: Gorse. HEX triplet: F9, FB and 2F. RGB value is (249,251,47). Sum of RGB (Red+Green+Blue) = 249+251+47=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 47 (18.75% from 255 or 8.59% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FB2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FB2F is #0604D0. Grayscale: #E3E3E3. Windows color (decimal): -394449 or 3144697. OLE color: 3144697.
HSL color Cylindrical-coordinate representation of color #F9FB2F: hue angle of 60.59º degrees, saturation: 0.96, 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 #F9FB2F is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 251 | 47 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.02 |
| HSL | 60.59º | 0.96% | 0.58% | - |
| HSV(B) | 60.59º | 0.81% | 0.98% | - |
| XYZ | 74.08 | 89.34 | 16.03 | - |
| YUV | 227.15 | 26.34 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 251 | 47 | 0.01 | 0 | 0.81 | 0.02 | 60.59 | 0.96 | 0.58 |
| Hex | F9 | FB | 2F | 1 | 0 | 51 | 2 | 3D | 60 | 3A |
| Octal | 371 | 373 | 57 | 1 | 0 | 121 | 2 | 75 | 140 | 72 |
| Binary | 11111001 | 11111011 | 101111 | 1 | 0 | 1010001 | 10 | 111101 | 1100000 | 111010 |
Color Harmonies of #F9FB2F
Complementary color
Monochromatic Colors of #F9FB2F
Black with #F9FB2F
Text Example
Text Example
White with #F9FB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FB2F; }
p { color: rgb(249,251,47); }
H1.HeaderClassName
{
color: #F9FB2F;
}
.AnyTagClassName
{
color: #F9FB2F;
}
</style>
background-color css
<style>
a { background-color: #F9FB2F; }
a { background-color: rgb(249,251,47); }
div.DivClassName
{
background-color: #F9FB2F;
}
.BgClassName
{
background-color: #F9FB2F;
}
</style>
border-color css
<style>
span { border-color: #F9FB2F; }
span { border-color: rgb(249,251,47); }
td.TdClassName
{
border-color: #F9FB2F;
}
.TagClassName
{
border-color: #F9FB2F;
}
</style>