Shades of Gorse #F8E441
Tints of Gorse #F8E441
RGB
CMYK
RGB Variations
Color information
#F8E441 (or 0xF8E441) is known color: Gorse. HEX triplet: F8, E4 and 41. RGB value is (248,228,65). Sum of RGB (Red+Green+Blue) = 248+228+65=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 65 (25.78% from 255 or 12.01% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E441 is #071BBE. Grayscale: #D8D8D8. Windows color (decimal): -465855 or 4318456. OLE color: 4318456.
HSL color Cylindrical-coordinate representation of color #F8E441: hue angle of 53.44º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8E441 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 228 | 65 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.03 |
| HSL | 53.44º | 0.93% | 0.61% | - |
| HSV(B) | 53.44º | 0.74% | 0.97% | - |
| XYZ | 67.41 | 75.82 | 16.08 | - |
| YUV | 215.4 | 43.13 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 228 | 65 | 0 | 0.08 | 0.74 | 0.03 | 53.44 | 0.93 | 0.61 |
| Hex | F8 | E4 | 41 | 0 | 8 | 4A | 3 | 35 | 5D | 3D |
| Octal | 370 | 344 | 101 | 0 | 10 | 112 | 3 | 65 | 135 | 75 |
| Binary | 11111000 | 11100100 | 1000001 | 0 | 1000 | 1001010 | 11 | 110101 | 1011101 | 111101 |
Color Harmonies of #F8E441
Complementary color
Monochromatic Colors of #F8E441
Black with #F8E441
Text Example
Text Example
White with #F8E441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E441; }
p { color: rgb(248,228,65); }
H1.HeaderClassName
{
color: #F8E441;
}
.AnyTagClassName
{
color: #F8E441;
}
</style>
background-color css
<style>
a { background-color: #F8E441; }
a { background-color: rgb(248,228,65); }
div.DivClassName
{
background-color: #F8E441;
}
.BgClassName
{
background-color: #F8E441;
}
</style>
border-color css
<style>
span { border-color: #F8E441; }
span { border-color: rgb(248,228,65); }
td.TdClassName
{
border-color: #F8E441;
}
.TagClassName
{
border-color: #F8E441;
}
</style>