Shades of Gorse #F4FF2D
Tints of Gorse #F4FF2D
RGB
CMYK
RGB Variations
Color information
#F4FF2D (or 0xF4FF2D) is known color: Gorse. HEX triplet: F4, FF and 2D. RGB value is (244,255,45). Sum of RGB (Red+Green+Blue) = 244+255+45=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 45 (17.97% from 255 or 8.27% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4FF2D is #0B00D2. Grayscale: #E4E4E4. Windows color (decimal): -721107 or 3014644. OLE color: 3014644.
HSL color Cylindrical-coordinate representation of color #F4FF2D: hue angle of 63.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4FF2D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 45 | - |
| CMYK | 0.04 | 0 | 0.82 | 0 |
| HSL | 63.14º | 1% | 0.59% | - |
| HSV(B) | 63.14º | 0.82% | 1% | - |
| XYZ | 73.54 | 90.94 | 16.16 | - |
| YUV | 227.77 | 24.86 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 45 | 0.04 | 0 | 0.82 | 0 | 63.14 | 1 | 0.59 |
| Hex | F4 | FF | 2D | 4 | 0 | 52 | 0 | 3F | 64 | 3B |
| Octal | 364 | 377 | 55 | 4 | 0 | 122 | 0 | 77 | 144 | 73 |
| Binary | 11110100 | 11111111 | 101101 | 100 | 0 | 1010010 | 0 | 111111 | 1100100 | 111011 |
Color Harmonies of #F4FF2D
Complementary color
Monochromatic Colors of #F4FF2D
Black with #F4FF2D
Text Example
Text Example
White with #F4FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FF2D; }
p { color: rgb(244,255,45); }
H1.HeaderClassName
{
color: #F4FF2D;
}
.AnyTagClassName
{
color: #F4FF2D;
}
</style>
background-color css
<style>
a { background-color: #F4FF2D; }
a { background-color: rgb(244,255,45); }
div.DivClassName
{
background-color: #F4FF2D;
}
.BgClassName
{
background-color: #F4FF2D;
}
</style>
border-color css
<style>
span { border-color: #F4FF2D; }
span { border-color: rgb(244,255,45); }
td.TdClassName
{
border-color: #F4FF2D;
}
.TagClassName
{
border-color: #F4FF2D;
}
</style>