Shades of Gorse #F8E23D
Tints of Gorse #F8E23D
RGB
CMYK
RGB Variations
Color information
#F8E23D (or 0xF8E23D) is known color: Gorse. HEX triplet: F8, E2 and 3D. RGB value is (248,226,61). Sum of RGB (Red+Green+Blue) = 248+226+61=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 61 (24.22% from 255 or 11.40% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E23D is #071DC2. Grayscale: #D6D6D6. Windows color (decimal): -466371 or 4055800. OLE color: 4055800.
HSL color Cylindrical-coordinate representation of color #F8E23D: hue angle of 52.94º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8E23D is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 226 | 61 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.03 |
| HSL | 52.94º | 0.93% | 0.61% | - |
| HSV(B) | 52.94º | 0.75% | 0.97% | - |
| XYZ | 66.75 | 74.69 | 15.31 | - |
| YUV | 213.77 | 41.79 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 226 | 61 | 0 | 0.09 | 0.75 | 0.03 | 52.94 | 0.93 | 0.61 |
| Hex | F8 | E2 | 3D | 0 | 9 | 4B | 3 | 35 | 5D | 3D |
| Octal | 370 | 342 | 75 | 0 | 11 | 113 | 3 | 65 | 135 | 75 |
| Binary | 11111000 | 11100010 | 111101 | 0 | 1001 | 1001011 | 11 | 110101 | 1011101 | 111101 |
Color Harmonies of #F8E23D
Complementary color
Monochromatic Colors of #F8E23D
Black with #F8E23D
Text Example
Text Example
White with #F8E23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E23D; }
p { color: rgb(248,226,61); }
H1.HeaderClassName
{
color: #F8E23D;
}
.AnyTagClassName
{
color: #F8E23D;
}
</style>
background-color css
<style>
a { background-color: #F8E23D; }
a { background-color: rgb(248,226,61); }
div.DivClassName
{
background-color: #F8E23D;
}
.BgClassName
{
background-color: #F8E23D;
}
</style>
border-color css
<style>
span { border-color: #F8E23D; }
span { border-color: rgb(248,226,61); }
td.TdClassName
{
border-color: #F8E23D;
}
.TagClassName
{
border-color: #F8E23D;
}
</style>