Shades of Gorse #F0FF35
Tints of Gorse #F0FF35
RGB
CMYK
RGB Variations
Color information
#F0FF35 (or 0xF0FF35) is known color: Gorse. HEX triplet: F0, FF and 35. RGB value is (240,255,53). Sum of RGB (Red+Green+Blue) = 240+255+53=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 53 (21.09% from 255 or 9.67% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FF35 is #0F00CA. Grayscale: #E4E4E4. Windows color (decimal): -983243 or 3538928. OLE color: 3538928.
HSL color Cylindrical-coordinate representation of color #F0FF35: hue angle of 64.46º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0FF35 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 53 | - |
| CMYK | 0.06 | 0 | 0.79 | 0 |
| HSL | 64.46º | 1% | 0.6% | - |
| HSV(B) | 64.46º | 0.79% | 1% | - |
| XYZ | 72.34 | 90.3 | 16.99 | - |
| YUV | 227.49 | 29.53 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 53 | 0.06 | 0 | 0.79 | 0 | 64.46 | 1 | 0.6 |
| Hex | F0 | FF | 35 | 6 | 0 | 4F | 0 | 40 | 64 | 3C |
| Octal | 360 | 377 | 65 | 6 | 0 | 117 | 0 | 100 | 144 | 74 |
| Binary | 11110000 | 11111111 | 110101 | 110 | 0 | 1001111 | 0 | 1000000 | 1100100 | 111100 |
Color Harmonies of #F0FF35
Complementary color
Monochromatic Colors of #F0FF35
Black with #F0FF35
Text Example
Text Example
White with #F0FF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF35; }
p { color: rgb(240,255,53); }
H1.HeaderClassName
{
color: #F0FF35;
}
.AnyTagClassName
{
color: #F0FF35;
}
</style>
background-color css
<style>
a { background-color: #F0FF35; }
a { background-color: rgb(240,255,53); }
div.DivClassName
{
background-color: #F0FF35;
}
.BgClassName
{
background-color: #F0FF35;
}
</style>
border-color css
<style>
span { border-color: #F0FF35; }
span { border-color: rgb(240,255,53); }
td.TdClassName
{
border-color: #F0FF35;
}
.TagClassName
{
border-color: #F0FF35;
}
</style>