Shades of Gorse #F4FE32
Tints of Gorse #F4FE32
RGB
CMYK
RGB Variations
Color information
#F4FE32 (or 0xF4FE32) is known color: Gorse. HEX triplet: F4, FE and 32. RGB value is (244,254,50). Sum of RGB (Red+Green+Blue) = 244+254+50=548 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.53% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 50 (19.92% from 255 or 9.12% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4FE32 is #0B01CD. Grayscale: #E4E4E4. Windows color (decimal): -721358 or 3342068. OLE color: 3342068.
HSL color Cylindrical-coordinate representation of color #F4FE32: hue angle of 62.94º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4FE32 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 254 | 50 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.00 |
| HSL | 62.94º | 0.99% | 0.6% | - |
| HSV(B) | 62.94º | 0.8% | 1% | - |
| XYZ | 73.33 | 90.35 | 16.59 | - |
| YUV | 227.75 | 27.69 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 254 | 50 | 0.04 | 0 | 0.80 | 0.00 | 62.94 | 0.99 | 0.6 |
| Hex | F4 | FE | 32 | 4 | 0 | 50 | 0 | 3F | 63 | 3C |
| Octal | 364 | 376 | 62 | 4 | 0 | 120 | 0 | 77 | 143 | 74 |
| Binary | 11110100 | 11111110 | 110010 | 100 | 0 | 1010000 | 0 | 111111 | 1100011 | 111100 |
Color Harmonies of #F4FE32
Complementary color
Monochromatic Colors of #F4FE32
Black with #F4FE32
Text Example
Text Example
White with #F4FE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FE32; }
p { color: rgb(244,254,50); }
H1.HeaderClassName
{
color: #F4FE32;
}
.AnyTagClassName
{
color: #F4FE32;
}
</style>
background-color css
<style>
a { background-color: #F4FE32; }
a { background-color: rgb(244,254,50); }
div.DivClassName
{
background-color: #F4FE32;
}
.BgClassName
{
background-color: #F4FE32;
}
</style>
border-color css
<style>
span { border-color: #F4FE32; }
span { border-color: rgb(244,254,50); }
td.TdClassName
{
border-color: #F4FE32;
}
.TagClassName
{
border-color: #F4FE32;
}
</style>