Shades of Gorse #F8EA2D
Tints of Gorse #F8EA2D
RGB
CMYK
RGB Variations
Color information
#F8EA2D (or 0xF8EA2D) is known color: Gorse. HEX triplet: F8, EA and 2D. RGB value is (248,234,45). Sum of RGB (Red+Green+Blue) = 248+234+45=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 45 (17.97% from 255 or 8.54% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8EA2D is #0715D2. Grayscale: #D9D9D9. Windows color (decimal): -464339 or 3009272. OLE color: 3009272.
HSL color Cylindrical-coordinate representation of color #F8EA2D: hue angle of 55.86º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8EA2D is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 234 | 45 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.03 |
| HSL | 55.86º | 0.94% | 0.57% | - |
| HSV(B) | 55.86º | 0.82% | 0.97% | - |
| XYZ | 68.61 | 78.99 | 14.11 | - |
| YUV | 216.64 | 31.14 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 234 | 45 | 0 | 0.06 | 0.82 | 0.03 | 55.86 | 0.94 | 0.57 |
| Hex | F8 | EA | 2D | 0 | 6 | 52 | 3 | 38 | 5E | 39 |
| Octal | 370 | 352 | 55 | 0 | 6 | 122 | 3 | 70 | 136 | 71 |
| Binary | 11111000 | 11101010 | 101101 | 0 | 110 | 1010010 | 11 | 111000 | 1011110 | 111001 |
Color Harmonies of #F8EA2D
Complementary color
Monochromatic Colors of #F8EA2D
Black with #F8EA2D
Text Example
Text Example
White with #F8EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EA2D; }
p { color: rgb(248,234,45); }
H1.HeaderClassName
{
color: #F8EA2D;
}
.AnyTagClassName
{
color: #F8EA2D;
}
</style>
background-color css
<style>
a { background-color: #F8EA2D; }
a { background-color: rgb(248,234,45); }
div.DivClassName
{
background-color: #F8EA2D;
}
.BgClassName
{
background-color: #F8EA2D;
}
</style>
border-color css
<style>
span { border-color: #F8EA2D; }
span { border-color: rgb(248,234,45); }
td.TdClassName
{
border-color: #F8EA2D;
}
.TagClassName
{
border-color: #F8EA2D;
}
</style>