Shades of Gorse #F4ED30
Tints of Gorse #F4ED30
RGB
CMYK
RGB Variations
Color information
#F4ED30 (or 0xF4ED30) is known color: Gorse. HEX triplet: F4, ED and 30. RGB value is (244,237,48). Sum of RGB (Red+Green+Blue) = 244+237+48=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 48 (19.14% from 255 or 9.07% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ED30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4ED30 is #0B12CF. Grayscale: #DADADA. Windows color (decimal): -725712 or 3206644. OLE color: 3206644.
HSL color Cylindrical-coordinate representation of color #F4ED30: hue angle of 57.86º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4ED30 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 237 | 48 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.04 |
| HSL | 57.86º | 0.9% | 0.57% | - |
| HSV(B) | 57.86º | 0.8% | 0.96% | - |
| XYZ | 68.13 | 80.01 | 14.65 | - |
| YUV | 217.55 | 32.32 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 237 | 48 | 0 | 0.03 | 0.80 | 0.04 | 57.86 | 0.9 | 0.57 |
| Hex | F4 | ED | 30 | 0 | 3 | 50 | 4 | 3A | 5A | 39 |
| Octal | 364 | 355 | 60 | 0 | 3 | 120 | 4 | 72 | 132 | 71 |
| Binary | 11110100 | 11101101 | 110000 | 0 | 11 | 1010000 | 100 | 111010 | 1011010 | 111001 |
Color Harmonies of #F4ED30
Complementary color
Monochromatic Colors of #F4ED30
Black with #F4ED30
Text Example
Text Example
White with #F4ED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ED30; }
p { color: rgb(244,237,48); }
H1.HeaderClassName
{
color: #F4ED30;
}
.AnyTagClassName
{
color: #F4ED30;
}
</style>
background-color css
<style>
a { background-color: #F4ED30; }
a { background-color: rgb(244,237,48); }
div.DivClassName
{
background-color: #F4ED30;
}
.BgClassName
{
background-color: #F4ED30;
}
</style>
border-color css
<style>
span { border-color: #F4ED30; }
span { border-color: rgb(244,237,48); }
td.TdClassName
{
border-color: #F4ED30;
}
.TagClassName
{
border-color: #F4ED30;
}
</style>