Shades of Gorse #F8F63A
Tints of Gorse #F8F63A
RGB
CMYK
RGB Variations
Color information
#F8F63A (or 0xF8F63A) is known color: Gorse. HEX triplet: F8, F6 and 3A. RGB value is (248,246,58). Sum of RGB (Red+Green+Blue) = 248+246+58=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 246 (96.48% from 255 or 44.57% from 552); Blue value is 58 (23.05% from 255 or 10.51% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F63A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F63A is #0709C5. Grayscale: #E1E1E1. Windows color (decimal): -461254 or 3864312. OLE color: 3864312.
HSL color Cylindrical-coordinate representation of color #F8F63A: hue angle of 59.37º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8F63A is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 246 | 58 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.03 |
| HSL | 59.37º | 0.93% | 0.6% | - |
| HSV(B) | 59.37º | 0.77% | 0.97% | - |
| XYZ | 72.43 | 86.17 | 16.82 | - |
| YUV | 225.17 | 33.66 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 246 | 58 | 0 | 0.01 | 0.77 | 0.03 | 59.37 | 0.93 | 0.6 |
| Hex | F8 | F6 | 3A | 0 | 1 | 4D | 3 | 3B | 5D | 3C |
| Octal | 370 | 366 | 72 | 0 | 1 | 115 | 3 | 73 | 135 | 74 |
| Binary | 11111000 | 11110110 | 111010 | 0 | 1 | 1001101 | 11 | 111011 | 1011101 | 111100 |
Color Harmonies of #F8F63A
Complementary color
Monochromatic Colors of #F8F63A
Black with #F8F63A
Text Example
Text Example
White with #F8F63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F63A; }
p { color: rgb(248,246,58); }
H1.HeaderClassName
{
color: #F8F63A;
}
.AnyTagClassName
{
color: #F8F63A;
}
</style>
background-color css
<style>
a { background-color: #F8F63A; }
a { background-color: rgb(248,246,58); }
div.DivClassName
{
background-color: #F8F63A;
}
.BgClassName
{
background-color: #F8F63A;
}
</style>
border-color css
<style>
span { border-color: #F8F63A; }
span { border-color: rgb(248,246,58); }
td.TdClassName
{
border-color: #F8F63A;
}
.TagClassName
{
border-color: #F8F63A;
}
</style>