Shades of Gorse #F0F83B
Tints of Gorse #F0F83B
RGB
CMYK
RGB Variations
Color information
#F0F83B (or 0xF0F83B) is known color: Gorse. HEX triplet: F0, F8 and 3B. RGB value is (240,248,59). Sum of RGB (Red+Green+Blue) = 240+248+59=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 59 (23.44% from 255 or 10.79% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F83B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F83B is #0F07C4. Grayscale: #E0E0E0. Windows color (decimal): -985029 or 3930352. OLE color: 3930352.
HSL color Cylindrical-coordinate representation of color #F0F83B: hue angle of 62.54º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0F83B is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 59 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.03 |
| HSL | 62.54º | 0.93% | 0.6% | - |
| HSV(B) | 62.54º | 0.76% | 0.97% | - |
| XYZ | 70.29 | 85.98 | 17.03 | - |
| YUV | 224.06 | 34.85 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 59 | 0.03 | 0 | 0.76 | 0.03 | 62.54 | 0.93 | 0.6 |
| Hex | F0 | F8 | 3B | 3 | 0 | 4C | 3 | 3F | 5D | 3C |
| Octal | 360 | 370 | 73 | 3 | 0 | 114 | 3 | 77 | 135 | 74 |
| Binary | 11110000 | 11111000 | 111011 | 11 | 0 | 1001100 | 11 | 111111 | 1011101 | 111100 |
Color Harmonies of #F0F83B
Complementary color
Monochromatic Colors of #F0F83B
Black with #F0F83B
Text Example
Text Example
White with #F0F83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F83B; }
p { color: rgb(240,248,59); }
H1.HeaderClassName
{
color: #F0F83B;
}
.AnyTagClassName
{
color: #F0F83B;
}
</style>
background-color css
<style>
a { background-color: #F0F83B; }
a { background-color: rgb(240,248,59); }
div.DivClassName
{
background-color: #F0F83B;
}
.BgClassName
{
background-color: #F0F83B;
}
</style>
border-color css
<style>
span { border-color: #F0F83B; }
span { border-color: rgb(240,248,59); }
td.TdClassName
{
border-color: #F0F83B;
}
.TagClassName
{
border-color: #F0F83B;
}
</style>