Shades of Gorse #F4FF2A
Tints of Gorse #F4FF2A
RGB
CMYK
RGB Variations
Color information
#F4FF2A (or 0xF4FF2A) is known color: Gorse. HEX triplet: F4, FF and 2A. RGB value is (244,255,42). Sum of RGB (Red+Green+Blue) = 244+255+42=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 42 (16.80% from 255 or 7.76% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4FF2A is #0B00D5. Grayscale: #E4E4E4. Windows color (decimal): -721110 or 2818036. OLE color: 2818036.
HSL color Cylindrical-coordinate representation of color #F4FF2A: hue angle of 63.1º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4FF2A is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 42 | - |
| CMYK | 0.04 | 0 | 0.84 | 0 |
| HSL | 63.1º | 1% | 0.58% | - |
| HSV(B) | 63.1º | 0.84% | 1% | - |
| XYZ | 73.49 | 90.92 | 15.87 | - |
| YUV | 227.43 | 23.36 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 42 | 0.04 | 0 | 0.84 | 0 | 63.1 | 1 | 0.58 |
| Hex | F4 | FF | 2A | 4 | 0 | 54 | 0 | 3F | 64 | 3A |
| Octal | 364 | 377 | 52 | 4 | 0 | 124 | 0 | 77 | 144 | 72 |
| Binary | 11110100 | 11111111 | 101010 | 100 | 0 | 1010100 | 0 | 111111 | 1100100 | 111010 |
Color Harmonies of #F4FF2A
Complementary color
Monochromatic Colors of #F4FF2A
Black with #F4FF2A
Text Example
Text Example
White with #F4FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FF2A; }
p { color: rgb(244,255,42); }
H1.HeaderClassName
{
color: #F4FF2A;
}
.AnyTagClassName
{
color: #F4FF2A;
}
</style>
background-color css
<style>
a { background-color: #F4FF2A; }
a { background-color: rgb(244,255,42); }
div.DivClassName
{
background-color: #F4FF2A;
}
.BgClassName
{
background-color: #F4FF2A;
}
</style>
border-color css
<style>
span { border-color: #F4FF2A; }
span { border-color: rgb(244,255,42); }
td.TdClassName
{
border-color: #F4FF2A;
}
.TagClassName
{
border-color: #F4FF2A;
}
</style>