Shades of Gorse #F4FB2D
Tints of Gorse #F4FB2D
RGB
CMYK
RGB Variations
Color information
#F4FB2D (or 0xF4FB2D) is known color: Gorse. HEX triplet: F4, FB and 2D. RGB value is (244,251,45). Sum of RGB (Red+Green+Blue) = 244+251+45=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 45 (17.97% from 255 or 8.33% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #F4FB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4FB2D is #0B04D2. Grayscale: #E2E2E2. Windows color (decimal): -722131 or 3013620. OLE color: 3013620.
HSL color Cylindrical-coordinate representation of color #F4FB2D: hue angle of 62.04º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4FB2D is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 251 | 45 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.02 |
| HSL | 62.04º | 0.96% | 0.58% | - |
| HSV(B) | 62.04º | 0.82% | 0.98% | - |
| XYZ | 72.28 | 88.42 | 15.74 | - |
| YUV | 225.42 | 26.18 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 251 | 45 | 0.03 | 0 | 0.82 | 0.02 | 62.04 | 0.96 | 0.58 |
| Hex | F4 | FB | 2D | 3 | 0 | 52 | 2 | 3E | 60 | 3A |
| Octal | 364 | 373 | 55 | 3 | 0 | 122 | 2 | 76 | 140 | 72 |
| Binary | 11110100 | 11111011 | 101101 | 11 | 0 | 1010010 | 10 | 111110 | 1100000 | 111010 |
Color Harmonies of #F4FB2D
Complementary color
Monochromatic Colors of #F4FB2D
Black with #F4FB2D
Text Example
Text Example
White with #F4FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FB2D; }
p { color: rgb(244,251,45); }
H1.HeaderClassName
{
color: #F4FB2D;
}
.AnyTagClassName
{
color: #F4FB2D;
}
</style>
background-color css
<style>
a { background-color: #F4FB2D; }
a { background-color: rgb(244,251,45); }
div.DivClassName
{
background-color: #F4FB2D;
}
.BgClassName
{
background-color: #F4FB2D;
}
</style>
border-color css
<style>
span { border-color: #F4FB2D; }
span { border-color: rgb(244,251,45); }
td.TdClassName
{
border-color: #F4FB2D;
}
.TagClassName
{
border-color: #F4FB2D;
}
</style>