Shades of Gorse #F8EC25
Tints of Gorse #F8EC25
RGB
CMYK
RGB Variations
Color information
#F8EC25 (or 0xF8EC25) is known color: Gorse. HEX triplet: F8, EC and 25. RGB value is (248,236,37). Sum of RGB (Red+Green+Blue) = 248+236+37=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 37 (14.84% from 255 or 7.10% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8EC25 is #0713DA. Grayscale: #D9D9D9. Windows color (decimal): -463835 or 2485496. OLE color: 2485496.
HSL color Cylindrical-coordinate representation of color #F8EC25: hue angle of 56.59º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8EC25 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 37 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.03 |
| HSL | 56.59º | 0.94% | 0.56% | - |
| HSV(B) | 56.59º | 0.85% | 0.97% | - |
| XYZ | 69.04 | 80.08 | 13.57 | - |
| YUV | 216.9 | 26.48 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 37 | 0 | 0.05 | 0.85 | 0.03 | 56.59 | 0.94 | 0.56 |
| Hex | F8 | EC | 25 | 0 | 5 | 55 | 3 | 39 | 5E | 38 |
| Octal | 370 | 354 | 45 | 0 | 5 | 125 | 3 | 71 | 136 | 70 |
| Binary | 11111000 | 11101100 | 100101 | 0 | 101 | 1010101 | 11 | 111001 | 1011110 | 111000 |
Color Harmonies of #F8EC25
Complementary color
Monochromatic Colors of #F8EC25
Black with #F8EC25
Text Example
Text Example
White with #F8EC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC25; }
p { color: rgb(248,236,37); }
H1.HeaderClassName
{
color: #F8EC25;
}
.AnyTagClassName
{
color: #F8EC25;
}
</style>
background-color css
<style>
a { background-color: #F8EC25; }
a { background-color: rgb(248,236,37); }
div.DivClassName
{
background-color: #F8EC25;
}
.BgClassName
{
background-color: #F8EC25;
}
</style>
border-color css
<style>
span { border-color: #F8EC25; }
span { border-color: rgb(248,236,37); }
td.TdClassName
{
border-color: #F8EC25;
}
.TagClassName
{
border-color: #F8EC25;
}
</style>