Shades of Gorse #F0F63B
Tints of Gorse #F0F63B
RGB
CMYK
RGB Variations
Color information
#F0F63B (or 0xF0F63B) is known color: Gorse. HEX triplet: F0, F6 and 3B. RGB value is (240,246,59). Sum of RGB (Red+Green+Blue) = 240+246+59=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 59 (23.44% from 255 or 10.83% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F63B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F63B is #0F09C4. Grayscale: #DFDFDF. Windows color (decimal): -985541 or 3929840. OLE color: 3929840.
HSL color Cylindrical-coordinate representation of color #F0F63B: hue angle of 61.93º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0F63B is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 59 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.04 |
| HSL | 61.93º | 0.91% | 0.6% | - |
| HSV(B) | 61.93º | 0.76% | 0.96% | - |
| XYZ | 69.68 | 84.75 | 16.82 | - |
| YUV | 222.89 | 35.51 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 59 | 0.02 | 0 | 0.76 | 0.04 | 61.93 | 0.91 | 0.6 |
| Hex | F0 | F6 | 3B | 2 | 0 | 4C | 4 | 3E | 5B | 3C |
| Octal | 360 | 366 | 73 | 2 | 0 | 114 | 4 | 76 | 133 | 74 |
| Binary | 11110000 | 11110110 | 111011 | 10 | 0 | 1001100 | 100 | 111110 | 1011011 | 111100 |
Color Harmonies of #F0F63B
Complementary color
Monochromatic Colors of #F0F63B
Black with #F0F63B
Text Example
Text Example
White with #F0F63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F63B; }
p { color: rgb(240,246,59); }
H1.HeaderClassName
{
color: #F0F63B;
}
.AnyTagClassName
{
color: #F0F63B;
}
</style>
background-color css
<style>
a { background-color: #F0F63B; }
a { background-color: rgb(240,246,59); }
div.DivClassName
{
background-color: #F0F63B;
}
.BgClassName
{
background-color: #F0F63B;
}
</style>
border-color css
<style>
span { border-color: #F0F63B; }
span { border-color: rgb(240,246,59); }
td.TdClassName
{
border-color: #F0F63B;
}
.TagClassName
{
border-color: #F0F63B;
}
</style>