Shades of Gorse #F4FD2D
Tints of Gorse #F4FD2D
RGB
CMYK
RGB Variations
Color information
#F4FD2D (or 0xF4FD2D) is known color: Gorse. HEX triplet: F4, FD and 2D. RGB value is (244,253,45). Sum of RGB (Red+Green+Blue) = 244+253+45=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 45 (17.97% from 255 or 8.30% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #F4FD2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4FD2D is #0B02D2. Grayscale: #E3E3E3. Windows color (decimal): -721619 or 3014132. OLE color: 3014132.
HSL color Cylindrical-coordinate representation of color #F4FD2D: hue angle of 62.6º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4FD2D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 253 | 45 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.01 |
| HSL | 62.6º | 0.98% | 0.58% | - |
| HSV(B) | 62.6º | 0.82% | 0.99% | - |
| XYZ | 72.91 | 89.67 | 15.95 | - |
| YUV | 226.6 | 25.52 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 253 | 45 | 0.04 | 0 | 0.82 | 0.01 | 62.6 | 0.98 | 0.58 |
| Hex | F4 | FD | 2D | 4 | 0 | 52 | 1 | 3F | 62 | 3A |
| Octal | 364 | 375 | 55 | 4 | 0 | 122 | 1 | 77 | 142 | 72 |
| Binary | 11110100 | 11111101 | 101101 | 100 | 0 | 1010010 | 1 | 111111 | 1100010 | 111010 |
Color Harmonies of #F4FD2D
Complementary color
Monochromatic Colors of #F4FD2D
Black with #F4FD2D
Text Example
Text Example
White with #F4FD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FD2D; }
p { color: rgb(244,253,45); }
H1.HeaderClassName
{
color: #F4FD2D;
}
.AnyTagClassName
{
color: #F4FD2D;
}
</style>
background-color css
<style>
a { background-color: #F4FD2D; }
a { background-color: rgb(244,253,45); }
div.DivClassName
{
background-color: #F4FD2D;
}
.BgClassName
{
background-color: #F4FD2D;
}
</style>
border-color css
<style>
span { border-color: #F4FD2D; }
span { border-color: rgb(244,253,45); }
td.TdClassName
{
border-color: #F4FD2D;
}
.TagClassName
{
border-color: #F4FD2D;
}
</style>