Shades of Gorse #F8F03E
Tints of Gorse #F8F03E
RGB
CMYK
RGB Variations
Color information
#F8F03E (or 0xF8F03E) is known color: Gorse. HEX triplet: F8, F0 and 3E. RGB value is (248,240,62). Sum of RGB (Red+Green+Blue) = 248+240+62=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 62 (24.61% from 255 or 11.27% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F03E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F03E is #070FC1. Grayscale: #DEDEDE. Windows color (decimal): -462786 or 4124920. OLE color: 4124920.
HSL color Cylindrical-coordinate representation of color #F8F03E: hue angle of 57.42º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8F03E is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 62 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.03 |
| HSL | 57.42º | 0.93% | 0.61% | - |
| HSV(B) | 57.42º | 0.75% | 0.97% | - |
| XYZ | 70.74 | 82.62 | 16.78 | - |
| YUV | 222.1 | 37.65 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 62 | 0 | 0.03 | 0.75 | 0.03 | 57.42 | 0.93 | 0.61 |
| Hex | F8 | F0 | 3E | 0 | 3 | 4B | 3 | 39 | 5D | 3D |
| Octal | 370 | 360 | 76 | 0 | 3 | 113 | 3 | 71 | 135 | 75 |
| Binary | 11111000 | 11110000 | 111110 | 0 | 11 | 1001011 | 11 | 111001 | 1011101 | 111101 |
Color Harmonies of #F8F03E
Complementary color
Monochromatic Colors of #F8F03E
Black with #F8F03E
Text Example
Text Example
White with #F8F03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F03E; }
p { color: rgb(248,240,62); }
H1.HeaderClassName
{
color: #F8F03E;
}
.AnyTagClassName
{
color: #F8F03E;
}
</style>
background-color css
<style>
a { background-color: #F8F03E; }
a { background-color: rgb(248,240,62); }
div.DivClassName
{
background-color: #F8F03E;
}
.BgClassName
{
background-color: #F8F03E;
}
</style>
border-color css
<style>
span { border-color: #F8F03E; }
span { border-color: rgb(248,240,62); }
td.TdClassName
{
border-color: #F8F03E;
}
.TagClassName
{
border-color: #F8F03E;
}
</style>