Shades of Gorse #F9FC34
Tints of Gorse #F9FC34
RGB
CMYK
RGB Variations
Color information
#F9FC34 (or 0xF9FC34) is known color: Gorse. HEX triplet: F9, FC and 34. RGB value is (249,252,52). Sum of RGB (Red+Green+Blue) = 249+252+52=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 52 (20.70% from 255 or 9.40% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FC34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FC34 is #0603CB. Grayscale: #E5E5E5. Windows color (decimal): -394188 or 3472633. OLE color: 3472633.
HSL color Cylindrical-coordinate representation of color #F9FC34: hue angle of 60.9º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F9FC34 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 252 | 52 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.01 |
| HSL | 60.9º | 0.97% | 0.6% | - |
| HSV(B) | 60.9º | 0.79% | 0.99% | - |
| XYZ | 74.5 | 90.01 | 16.7 | - |
| YUV | 228.3 | 28.51 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 252 | 52 | 0.01 | 0 | 0.79 | 0.01 | 60.9 | 0.97 | 0.6 |
| Hex | F9 | FC | 34 | 1 | 0 | 4F | 1 | 3D | 61 | 3C |
| Octal | 371 | 374 | 64 | 1 | 0 | 117 | 1 | 75 | 141 | 74 |
| Binary | 11111001 | 11111100 | 110100 | 1 | 0 | 1001111 | 1 | 111101 | 1100001 | 111100 |
Color Harmonies of #F9FC34
Complementary color
Monochromatic Colors of #F9FC34
Black with #F9FC34
Text Example
Text Example
White with #F9FC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FC34; }
p { color: rgb(249,252,52); }
H1.HeaderClassName
{
color: #F9FC34;
}
.AnyTagClassName
{
color: #F9FC34;
}
</style>
background-color css
<style>
a { background-color: #F9FC34; }
a { background-color: rgb(249,252,52); }
div.DivClassName
{
background-color: #F9FC34;
}
.BgClassName
{
background-color: #F9FC34;
}
</style>
border-color css
<style>
span { border-color: #F9FC34; }
span { border-color: rgb(249,252,52); }
td.TdClassName
{
border-color: #F9FC34;
}
.TagClassName
{
border-color: #F9FC34;
}
</style>