Shades of Gorse #F8F039
Tints of Gorse #F8F039
RGB
CMYK
RGB Variations
Color information
#F8F039 (or 0xF8F039) is known color: Gorse. HEX triplet: F8, F0 and 39. RGB value is (248,240,57). Sum of RGB (Red+Green+Blue) = 248+240+57=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 57 (22.66% from 255 or 10.46% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F039 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F039 is #070FC6. Grayscale: #DEDEDE. Windows color (decimal): -462791 or 3797240. OLE color: 3797240.
HSL color Cylindrical-coordinate representation of color #F8F039: hue angle of 57.49º 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 #F8F039 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 57 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.03 |
| HSL | 57.49º | 0.93% | 0.6% | - |
| HSV(B) | 57.49º | 0.77% | 0.97% | - |
| XYZ | 70.61 | 82.57 | 16.09 | - |
| YUV | 221.53 | 35.15 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 57 | 0 | 0.03 | 0.77 | 0.03 | 57.49 | 0.93 | 0.6 |
| Hex | F8 | F0 | 39 | 0 | 3 | 4D | 3 | 39 | 5D | 3C |
| Octal | 370 | 360 | 71 | 0 | 3 | 115 | 3 | 71 | 135 | 74 |
| Binary | 11111000 | 11110000 | 111001 | 0 | 11 | 1001101 | 11 | 111001 | 1011101 | 111100 |
Color Harmonies of #F8F039
Complementary color
Monochromatic Colors of #F8F039
Black with #F8F039
Text Example
Text Example
White with #F8F039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F039; }
p { color: rgb(248,240,57); }
H1.HeaderClassName
{
color: #F8F039;
}
.AnyTagClassName
{
color: #F8F039;
}
</style>
background-color css
<style>
a { background-color: #F8F039; }
a { background-color: rgb(248,240,57); }
div.DivClassName
{
background-color: #F8F039;
}
.BgClassName
{
background-color: #F8F039;
}
</style>
border-color css
<style>
span { border-color: #F8F039; }
span { border-color: rgb(248,240,57); }
td.TdClassName
{
border-color: #F8F039;
}
.TagClassName
{
border-color: #F8F039;
}
</style>