Shades of Gorse #F8EA28
Tints of Gorse #F8EA28
RGB
CMYK
RGB Variations
Color information
#F8EA28 (or 0xF8EA28) is known color: Gorse. HEX triplet: F8, EA and 28. RGB value is (248,234,40). Sum of RGB (Red+Green+Blue) = 248+234+40=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 40 (16.02% from 255 or 7.66% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EA28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8EA28 is #0715D7. Grayscale: #D8D8D8. Windows color (decimal): -464344 or 2681592. OLE color: 2681592.
HSL color Cylindrical-coordinate representation of color #F8EA28: hue angle of 55.96º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8EA28 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 234 | 40 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.03 |
| HSL | 55.96º | 0.94% | 0.56% | - |
| HSV(B) | 55.96º | 0.84% | 0.97% | - |
| XYZ | 68.52 | 78.96 | 13.64 | - |
| YUV | 216.07 | 28.64 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 234 | 40 | 0 | 0.06 | 0.84 | 0.03 | 55.96 | 0.94 | 0.56 |
| Hex | F8 | EA | 28 | 0 | 6 | 54 | 3 | 38 | 5E | 38 |
| Octal | 370 | 352 | 50 | 0 | 6 | 124 | 3 | 70 | 136 | 70 |
| Binary | 11111000 | 11101010 | 101000 | 0 | 110 | 1010100 | 11 | 111000 | 1011110 | 111000 |
Color Harmonies of #F8EA28
Complementary color
Monochromatic Colors of #F8EA28
Black with #F8EA28
Text Example
Text Example
White with #F8EA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EA28; }
p { color: rgb(248,234,40); }
H1.HeaderClassName
{
color: #F8EA28;
}
.AnyTagClassName
{
color: #F8EA28;
}
</style>
background-color css
<style>
a { background-color: #F8EA28; }
a { background-color: rgb(248,234,40); }
div.DivClassName
{
background-color: #F8EA28;
}
.BgClassName
{
background-color: #F8EA28;
}
</style>
border-color css
<style>
span { border-color: #F8EA28; }
span { border-color: rgb(248,234,40); }
td.TdClassName
{
border-color: #F8EA28;
}
.TagClassName
{
border-color: #F8EA28;
}
</style>