Shades of Gorse #F4F32E
Tints of Gorse #F4F32E
RGB
CMYK
RGB Variations
Color information
#F4F32E (or 0xF4F32E) is known color: Gorse. HEX triplet: F4, F3 and 2E. RGB value is (244,243,46). Sum of RGB (Red+Green+Blue) = 244+243+46=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 46 (18.36% from 255 or 8.63% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F32E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F32E is #0B0CD1. Grayscale: #DDDDDD. Windows color (decimal): -724178 or 3077108. OLE color: 3077108.
HSL color Cylindrical-coordinate representation of color #F4F32E: hue angle of 59.7º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F4F32E is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 243 | 46 | - |
| CMYK | 0 | 0.00 | 0.81 | 0.04 |
| HSL | 59.7º | 0.9% | 0.57% | - |
| HSV(B) | 59.7º | 0.81% | 0.96% | - |
| XYZ | 69.85 | 83.53 | 15.03 | - |
| YUV | 220.84 | 29.33 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 243 | 46 | 0 | 0.00 | 0.81 | 0.04 | 59.7 | 0.9 | 0.57 |
| Hex | F4 | F3 | 2E | 0 | 0 | 51 | 4 | 3C | 5A | 39 |
| Octal | 364 | 363 | 56 | 0 | 0 | 121 | 4 | 74 | 132 | 71 |
| Binary | 11110100 | 11110011 | 101110 | 0 | 0 | 1010001 | 100 | 111100 | 1011010 | 111001 |
Color Harmonies of #F4F32E
Complementary color
Monochromatic Colors of #F4F32E
Black with #F4F32E
Text Example
Text Example
White with #F4F32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F32E; }
p { color: rgb(244,243,46); }
H1.HeaderClassName
{
color: #F4F32E;
}
.AnyTagClassName
{
color: #F4F32E;
}
</style>
background-color css
<style>
a { background-color: #F4F32E; }
a { background-color: rgb(244,243,46); }
div.DivClassName
{
background-color: #F4F32E;
}
.BgClassName
{
background-color: #F4F32E;
}
</style>
border-color css
<style>
span { border-color: #F4F32E; }
span { border-color: rgb(244,243,46); }
td.TdClassName
{
border-color: #F4F32E;
}
.TagClassName
{
border-color: #F4F32E;
}
</style>