Shades of Gorse #F4FF32
Tints of Gorse #F4FF32
RGB
CMYK
RGB Variations
Color information
#F4FF32 (or 0xF4FF32) is known color: Gorse. HEX triplet: F4, FF and 32. RGB value is (244,255,50). Sum of RGB (Red+Green+Blue) = 244+255+50=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 50 (19.92% from 255 or 9.11% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4FF32 is #0B00CD. Grayscale: #E5E5E5. Windows color (decimal): -721102 or 3342324. OLE color: 3342324.
HSL color Cylindrical-coordinate representation of color #F4FF32: hue angle of 63.22º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4FF32 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 50 | - |
| CMYK | 0.04 | 0 | 0.80 | 0 |
| HSL | 63.22º | 1% | 0.6% | - |
| HSV(B) | 63.22º | 0.8% | 1% | - |
| XYZ | 73.64 | 90.98 | 16.7 | - |
| YUV | 228.34 | 27.36 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 50 | 0.04 | 0 | 0.80 | 0 | 63.22 | 1 | 0.6 |
| Hex | F4 | FF | 32 | 4 | 0 | 50 | 0 | 3F | 64 | 3C |
| Octal | 364 | 377 | 62 | 4 | 0 | 120 | 0 | 77 | 144 | 74 |
| Binary | 11110100 | 11111111 | 110010 | 100 | 0 | 1010000 | 0 | 111111 | 1100100 | 111100 |
Color Harmonies of #F4FF32
Complementary color
Monochromatic Colors of #F4FF32
Black with #F4FF32
Text Example
Text Example
White with #F4FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FF32; }
p { color: rgb(244,255,50); }
H1.HeaderClassName
{
color: #F4FF32;
}
.AnyTagClassName
{
color: #F4FF32;
}
</style>
background-color css
<style>
a { background-color: #F4FF32; }
a { background-color: rgb(244,255,50); }
div.DivClassName
{
background-color: #F4FF32;
}
.BgClassName
{
background-color: #F4FF32;
}
</style>
border-color css
<style>
span { border-color: #F4FF32; }
span { border-color: rgb(244,255,50); }
td.TdClassName
{
border-color: #F4FF32;
}
.TagClassName
{
border-color: #F4FF32;
}
</style>