Shades of Gorse #F0F93A
Tints of Gorse #F0F93A
RGB
CMYK
RGB Variations
Color information
#F0F93A (or 0xF0F93A) is known color: Gorse. HEX triplet: F0, F9 and 3A. RGB value is (240,249,58). Sum of RGB (Red+Green+Blue) = 240+249+58=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 58 (23.05% from 255 or 10.60% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F93A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F93A is #0F06C5. Grayscale: #E1E1E1. Windows color (decimal): -984774 or 3865072. OLE color: 3865072.
HSL color Cylindrical-coordinate representation of color #F0F93A: hue angle of 62.83º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0F93A is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 58 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.02 |
| HSL | 62.83º | 0.94% | 0.6% | - |
| HSV(B) | 62.83º | 0.77% | 0.98% | - |
| XYZ | 70.57 | 86.58 | 17 | - |
| YUV | 224.54 | 34.02 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 58 | 0.04 | 0 | 0.77 | 0.02 | 62.83 | 0.94 | 0.6 |
| Hex | F0 | F9 | 3A | 4 | 0 | 4D | 2 | 3F | 5E | 3C |
| Octal | 360 | 371 | 72 | 4 | 0 | 115 | 2 | 77 | 136 | 74 |
| Binary | 11110000 | 11111001 | 111010 | 100 | 0 | 1001101 | 10 | 111111 | 1011110 | 111100 |
Color Harmonies of #F0F93A
Complementary color
Monochromatic Colors of #F0F93A
Black with #F0F93A
Text Example
Text Example
White with #F0F93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F93A; }
p { color: rgb(240,249,58); }
H1.HeaderClassName
{
color: #F0F93A;
}
.AnyTagClassName
{
color: #F0F93A;
}
</style>
background-color css
<style>
a { background-color: #F0F93A; }
a { background-color: rgb(240,249,58); }
div.DivClassName
{
background-color: #F0F93A;
}
.BgClassName
{
background-color: #F0F93A;
}
</style>
border-color css
<style>
span { border-color: #F0F93A; }
span { border-color: rgb(240,249,58); }
td.TdClassName
{
border-color: #F0F93A;
}
.TagClassName
{
border-color: #F0F93A;
}
</style>