Shades of Gorse #F8E032
Tints of Gorse #F8E032
RGB
CMYK
RGB Variations
Color information
#F8E032 (or 0xF8E032) is known color: Gorse. HEX triplet: F8, E0 and 32. RGB value is (248,224,50). Sum of RGB (Red+Green+Blue) = 248+224+50=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 50 (19.92% from 255 or 9.58% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E032 is #071FCD. Grayscale: #D4D4D4. Windows color (decimal): -466894 or 3334392. OLE color: 3334392.
HSL color Cylindrical-coordinate representation of color #F8E032: hue angle of 52.73º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8E032 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 224 | 50 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.03 |
| HSL | 52.73º | 0.93% | 0.58% | - |
| HSV(B) | 52.73º | 0.8% | 0.97% | - |
| XYZ | 65.94 | 73.5 | 13.73 | - |
| YUV | 211.34 | 36.95 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 224 | 50 | 0 | 0.10 | 0.80 | 0.03 | 52.73 | 0.93 | 0.58 |
| Hex | F8 | E0 | 32 | 0 | A | 50 | 3 | 35 | 5D | 3A |
| Octal | 370 | 340 | 62 | 0 | 12 | 120 | 3 | 65 | 135 | 72 |
| Binary | 11111000 | 11100000 | 110010 | 0 | 1010 | 1010000 | 11 | 110101 | 1011101 | 111010 |
Color Harmonies of #F8E032
Complementary color
Monochromatic Colors of #F8E032
Black with #F8E032
Text Example
Text Example
White with #F8E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E032; }
p { color: rgb(248,224,50); }
H1.HeaderClassName
{
color: #F8E032;
}
.AnyTagClassName
{
color: #F8E032;
}
</style>
background-color css
<style>
a { background-color: #F8E032; }
a { background-color: rgb(248,224,50); }
div.DivClassName
{
background-color: #F8E032;
}
.BgClassName
{
background-color: #F8E032;
}
</style>
border-color css
<style>
span { border-color: #F8E032; }
span { border-color: rgb(248,224,50); }
td.TdClassName
{
border-color: #F8E032;
}
.TagClassName
{
border-color: #F8E032;
}
</style>