Shades of Gorse #F9FC32
Tints of Gorse #F9FC32
RGB
CMYK
RGB Variations
Color information
#F9FC32 (or 0xF9FC32) is known color: Gorse. HEX triplet: F9, FC and 32. RGB value is (249,252,50). Sum of RGB (Red+Green+Blue) = 249+252+50=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 50 (19.92% from 255 or 9.07% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FC32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FC32 is #0603CD. Grayscale: #E4E4E4. Windows color (decimal): -394190 or 3341561. OLE color: 3341561.
HSL color Cylindrical-coordinate representation of color #F9FC32: hue angle of 60.89º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9FC32 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 252 | 50 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.01 |
| HSL | 60.89º | 0.97% | 0.59% | - |
| HSV(B) | 60.89º | 0.8% | 0.99% | - |
| XYZ | 74.45 | 89.99 | 16.46 | - |
| YUV | 228.08 | 27.51 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 252 | 50 | 0.01 | 0 | 0.80 | 0.01 | 60.89 | 0.97 | 0.59 |
| Hex | F9 | FC | 32 | 1 | 0 | 50 | 1 | 3D | 61 | 3B |
| Octal | 371 | 374 | 62 | 1 | 0 | 120 | 1 | 75 | 141 | 73 |
| Binary | 11111001 | 11111100 | 110010 | 1 | 0 | 1010000 | 1 | 111101 | 1100001 | 111011 |
Color Harmonies of #F9FC32
Complementary color
Monochromatic Colors of #F9FC32
Black with #F9FC32
Text Example
Text Example
White with #F9FC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FC32; }
p { color: rgb(249,252,50); }
H1.HeaderClassName
{
color: #F9FC32;
}
.AnyTagClassName
{
color: #F9FC32;
}
</style>
background-color css
<style>
a { background-color: #F9FC32; }
a { background-color: rgb(249,252,50); }
div.DivClassName
{
background-color: #F9FC32;
}
.BgClassName
{
background-color: #F9FC32;
}
</style>
border-color css
<style>
span { border-color: #F9FC32; }
span { border-color: rgb(249,252,50); }
td.TdClassName
{
border-color: #F9FC32;
}
.TagClassName
{
border-color: #F9FC32;
}
</style>