Shades of Gorse #F0F13C
Tints of Gorse #F0F13C
RGB
CMYK
RGB Variations
Color information
#F0F13C (or 0xF0F13C) is known color: Gorse. HEX triplet: F0, F1 and 3C. RGB value is (240,241,60). Sum of RGB (Red+Green+Blue) = 240+241+60=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 60 (23.83% from 255 or 11.09% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F13C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F13C is #0F0EC3. Grayscale: #DCDCDC. Windows color (decimal): -986820 or 3994096. OLE color: 3994096.
HSL color Cylindrical-coordinate representation of color #F0F13C: hue angle of 60.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0F13C is Cyan = 0.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 60 | - |
| CMYK | 0.00 | 0 | 0.75 | 0.05 |
| HSL | 60.33º | 0.87% | 0.59% | - |
| HSV(B) | 60.33º | 0.75% | 0.95% | - |
| XYZ | 68.21 | 81.76 | 16.46 | - |
| YUV | 220.07 | 37.67 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 60 | 0.00 | 0 | 0.75 | 0.05 | 60.33 | 0.87 | 0.59 |
| Hex | F0 | F1 | 3C | 0 | 0 | 4B | 5 | 3C | 57 | 3B |
| Octal | 360 | 361 | 74 | 0 | 0 | 113 | 5 | 74 | 127 | 73 |
| Binary | 11110000 | 11110001 | 111100 | 0 | 0 | 1001011 | 101 | 111100 | 1010111 | 111011 |
Color Harmonies of #F0F13C
Complementary color
Monochromatic Colors of #F0F13C
Black with #F0F13C
Text Example
Text Example
White with #F0F13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F13C; }
p { color: rgb(240,241,60); }
H1.HeaderClassName
{
color: #F0F13C;
}
.AnyTagClassName
{
color: #F0F13C;
}
</style>
background-color css
<style>
a { background-color: #F0F13C; }
a { background-color: rgb(240,241,60); }
div.DivClassName
{
background-color: #F0F13C;
}
.BgClassName
{
background-color: #F0F13C;
}
</style>
border-color css
<style>
span { border-color: #F0F13C; }
span { border-color: rgb(240,241,60); }
td.TdClassName
{
border-color: #F0F13C;
}
.TagClassName
{
border-color: #F0F13C;
}
</style>