Shades of Gorse #F0F43B
Tints of Gorse #F0F43B
RGB
CMYK
RGB Variations
Color information
#F0F43B (or 0xF0F43B) is known color: Gorse. HEX triplet: F0, F4 and 3B. RGB value is (240,244,59). Sum of RGB (Red+Green+Blue) = 240+244+59=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 59 (23.44% from 255 or 10.87% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F43B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F43B is #0F0BC4. Grayscale: #DEDEDE. Windows color (decimal): -986053 or 3929328. OLE color: 3929328.
HSL color Cylindrical-coordinate representation of color #F0F43B: hue angle of 61.3º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0F43B is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 59 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.04 |
| HSL | 61.3º | 0.89% | 0.59% | - |
| HSV(B) | 61.3º | 0.76% | 0.96% | - |
| XYZ | 69.08 | 83.54 | 16.62 | - |
| YUV | 221.71 | 36.17 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 59 | 0.02 | 0 | 0.76 | 0.04 | 61.3 | 0.89 | 0.59 |
| Hex | F0 | F4 | 3B | 2 | 0 | 4C | 4 | 3D | 59 | 3B |
| Octal | 360 | 364 | 73 | 2 | 0 | 114 | 4 | 75 | 131 | 73 |
| Binary | 11110000 | 11110100 | 111011 | 10 | 0 | 1001100 | 100 | 111101 | 1011001 | 111011 |
Color Harmonies of #F0F43B
Complementary color
Monochromatic Colors of #F0F43B
Black with #F0F43B
Text Example
Text Example
White with #F0F43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F43B; }
p { color: rgb(240,244,59); }
H1.HeaderClassName
{
color: #F0F43B;
}
.AnyTagClassName
{
color: #F0F43B;
}
</style>
background-color css
<style>
a { background-color: #F0F43B; }
a { background-color: rgb(240,244,59); }
div.DivClassName
{
background-color: #F0F43B;
}
.BgClassName
{
background-color: #F0F43B;
}
</style>
border-color css
<style>
span { border-color: #F0F43B; }
span { border-color: rgb(240,244,59); }
td.TdClassName
{
border-color: #F0F43B;
}
.TagClassName
{
border-color: #F0F43B;
}
</style>