Shades of Gorse #F4F231
Tints of Gorse #F4F231
RGB
CMYK
RGB Variations
Color information
#F4F231 (or 0xF4F231) is known color: Gorse. HEX triplet: F4, F2 and 31. RGB value is (244,242,49). Sum of RGB (Red+Green+Blue) = 244+242+49=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 49 (19.53% from 255 or 9.16% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F231 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F231 is #0B0DCE. Grayscale: #DDDDDD. Windows color (decimal): -724431 or 3273460. OLE color: 3273460.
HSL color Cylindrical-coordinate representation of color #F4F231: hue angle of 59.38º 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 #F4F231 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 242 | 49 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.04 |
| HSL | 59.38º | 0.9% | 0.57% | - |
| HSV(B) | 59.38º | 0.8% | 0.96% | - |
| XYZ | 69.61 | 82.96 | 15.25 | - |
| YUV | 220.6 | 31.16 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 242 | 49 | 0 | 0.01 | 0.80 | 0.04 | 59.38 | 0.9 | 0.57 |
| Hex | F4 | F2 | 31 | 0 | 1 | 50 | 4 | 3B | 5A | 39 |
| Octal | 364 | 362 | 61 | 0 | 1 | 120 | 4 | 73 | 132 | 71 |
| Binary | 11110100 | 11110010 | 110001 | 0 | 1 | 1010000 | 100 | 111011 | 1011010 | 111001 |
Color Harmonies of #F4F231
Complementary color
Monochromatic Colors of #F4F231
Black with #F4F231
Text Example
Text Example
White with #F4F231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F231; }
p { color: rgb(244,242,49); }
H1.HeaderClassName
{
color: #F4F231;
}
.AnyTagClassName
{
color: #F4F231;
}
</style>
background-color css
<style>
a { background-color: #F4F231; }
a { background-color: rgb(244,242,49); }
div.DivClassName
{
background-color: #F4F231;
}
.BgClassName
{
background-color: #F4F231;
}
</style>
border-color css
<style>
span { border-color: #F4F231; }
span { border-color: rgb(244,242,49); }
td.TdClassName
{
border-color: #F4F231;
}
.TagClassName
{
border-color: #F4F231;
}
</style>