Shades of Gorse #F8EC3B
Tints of Gorse #F8EC3B
RGB
CMYK
RGB Variations
Color information
#F8EC3B (or 0xF8EC3B) is known color: Gorse. HEX triplet: F8, EC and 3B. RGB value is (248,236,59). Sum of RGB (Red+Green+Blue) = 248+236+59=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 59 (23.44% from 255 or 10.87% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8EC3B is #0713C4. Grayscale: #DCDCDC. Windows color (decimal): -463813 or 3927288. OLE color: 3927288.
HSL color Cylindrical-coordinate representation of color #F8EC3B: hue angle of 56.19º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8EC3B is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 59 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.03 |
| HSL | 56.19º | 0.93% | 0.6% | - |
| HSV(B) | 56.19º | 0.76% | 0.97% | - |
| XYZ | 69.5 | 80.26 | 15.97 | - |
| YUV | 219.41 | 37.48 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 59 | 0 | 0.05 | 0.76 | 0.03 | 56.19 | 0.93 | 0.6 |
| Hex | F8 | EC | 3B | 0 | 5 | 4C | 3 | 38 | 5D | 3C |
| Octal | 370 | 354 | 73 | 0 | 5 | 114 | 3 | 70 | 135 | 74 |
| Binary | 11111000 | 11101100 | 111011 | 0 | 101 | 1001100 | 11 | 111000 | 1011101 | 111100 |
Color Harmonies of #F8EC3B
Complementary color
Monochromatic Colors of #F8EC3B
Black with #F8EC3B
Text Example
Text Example
White with #F8EC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC3B; }
p { color: rgb(248,236,59); }
H1.HeaderClassName
{
color: #F8EC3B;
}
.AnyTagClassName
{
color: #F8EC3B;
}
</style>
background-color css
<style>
a { background-color: #F8EC3B; }
a { background-color: rgb(248,236,59); }
div.DivClassName
{
background-color: #F8EC3B;
}
.BgClassName
{
background-color: #F8EC3B;
}
</style>
border-color css
<style>
span { border-color: #F8EC3B; }
span { border-color: rgb(248,236,59); }
td.TdClassName
{
border-color: #F8EC3B;
}
.TagClassName
{
border-color: #F8EC3B;
}
</style>