Shades of Gorse #F9FB34
Tints of Gorse #F9FB34
RGB
CMYK
RGB Variations
Color information
#F9FB34 (or 0xF9FB34) is known color: Gorse. HEX triplet: F9, FB and 34. RGB value is (249,251,52). Sum of RGB (Red+Green+Blue) = 249+251+52=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 52 (20.70% from 255 or 9.42% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FB34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FB34 is #0604CB. Grayscale: #E4E4E4. Windows color (decimal): -394444 or 3472377. OLE color: 3472377.
HSL color Cylindrical-coordinate representation of color #F9FB34: hue angle of 60.6º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F9FB34 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 251 | 52 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.02 |
| HSL | 60.6º | 0.96% | 0.59% | - |
| HSV(B) | 60.6º | 0.79% | 0.98% | - |
| XYZ | 74.18 | 89.38 | 16.59 | - |
| YUV | 227.72 | 28.84 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 251 | 52 | 0.01 | 0 | 0.79 | 0.02 | 60.6 | 0.96 | 0.59 |
| Hex | F9 | FB | 34 | 1 | 0 | 4F | 2 | 3D | 60 | 3B |
| Octal | 371 | 373 | 64 | 1 | 0 | 117 | 2 | 75 | 140 | 73 |
| Binary | 11111001 | 11111011 | 110100 | 1 | 0 | 1001111 | 10 | 111101 | 1100000 | 111011 |
Color Harmonies of #F9FB34
Complementary color
Monochromatic Colors of #F9FB34
Black with #F9FB34
Text Example
Text Example
White with #F9FB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FB34; }
p { color: rgb(249,251,52); }
H1.HeaderClassName
{
color: #F9FB34;
}
.AnyTagClassName
{
color: #F9FB34;
}
</style>
background-color css
<style>
a { background-color: #F9FB34; }
a { background-color: rgb(249,251,52); }
div.DivClassName
{
background-color: #F9FB34;
}
.BgClassName
{
background-color: #F9FB34;
}
</style>
border-color css
<style>
span { border-color: #F9FB34; }
span { border-color: rgb(249,251,52); }
td.TdClassName
{
border-color: #F9FB34;
}
.TagClassName
{
border-color: #F9FB34;
}
</style>