Shades of Gorse #F8E136
Tints of Gorse #F8E136
RGB
CMYK
RGB Variations
Color information
#F8E136 (or 0xF8E136) is known color: Gorse. HEX triplet: F8, E1 and 36. RGB value is (248,225,54). Sum of RGB (Red+Green+Blue) = 248+225+54=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 54 (21.48% from 255 or 10.25% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E136 is #071EC9. Grayscale: #D5D5D5. Windows color (decimal): -466634 or 3596792. OLE color: 3596792.
HSL color Cylindrical-coordinate representation of color #F8E136: hue angle of 52.89º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F8E136 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 54 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.03 |
| HSL | 52.89º | 0.93% | 0.59% | - |
| HSV(B) | 52.89º | 0.78% | 0.97% | - |
| XYZ | 66.3 | 74.07 | 14.29 | - |
| YUV | 212.38 | 38.62 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 54 | 0 | 0.09 | 0.78 | 0.03 | 52.89 | 0.93 | 0.59 |
| Hex | F8 | E1 | 36 | 0 | 9 | 4E | 3 | 35 | 5D | 3B |
| Octal | 370 | 341 | 66 | 0 | 11 | 116 | 3 | 65 | 135 | 73 |
| Binary | 11111000 | 11100001 | 110110 | 0 | 1001 | 1001110 | 11 | 110101 | 1011101 | 111011 |
Color Harmonies of #F8E136
Complementary color
Monochromatic Colors of #F8E136
Black with #F8E136
Text Example
Text Example
White with #F8E136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E136; }
p { color: rgb(248,225,54); }
H1.HeaderClassName
{
color: #F8E136;
}
.AnyTagClassName
{
color: #F8E136;
}
</style>
background-color css
<style>
a { background-color: #F8E136; }
a { background-color: rgb(248,225,54); }
div.DivClassName
{
background-color: #F8E136;
}
.BgClassName
{
background-color: #F8E136;
}
</style>
border-color css
<style>
span { border-color: #F8E136; }
span { border-color: rgb(248,225,54); }
td.TdClassName
{
border-color: #F8E136;
}
.TagClassName
{
border-color: #F8E136;
}
</style>