Shades of Gorse #F8E323
Tints of Gorse #F8E323
RGB
CMYK
RGB Variations
Color information
#F8E323 (or 0xF8E323) is known color: Gorse. HEX triplet: F8, E3 and 23. RGB value is (248,227,35). Sum of RGB (Red+Green+Blue) = 248+227+35=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 35 (14.06% from 255 or 6.86% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E323 is #071CDC. Grayscale: #D4D4D4. Windows color (decimal): -466141 or 2352120. OLE color: 2352120.
HSL color Cylindrical-coordinate representation of color #F8E323: hue angle of 54.08º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F8E323 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 227 | 35 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.03 |
| HSL | 54.08º | 0.94% | 0.55% | - |
| HSV(B) | 54.08º | 0.86% | 0.97% | - |
| XYZ | 66.48 | 75.02 | 12.57 | - |
| YUV | 211.39 | 28.46 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 227 | 35 | 0 | 0.08 | 0.86 | 0.03 | 54.08 | 0.94 | 0.55 |
| Hex | F8 | E3 | 23 | 0 | 8 | 56 | 3 | 36 | 5E | 37 |
| Octal | 370 | 343 | 43 | 0 | 10 | 126 | 3 | 66 | 136 | 67 |
| Binary | 11111000 | 11100011 | 100011 | 0 | 1000 | 1010110 | 11 | 110110 | 1011110 | 110111 |
Color Harmonies of #F8E323
Complementary color
Monochromatic Colors of #F8E323
Black with #F8E323
Text Example
Text Example
White with #F8E323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E323; }
p { color: rgb(248,227,35); }
H1.HeaderClassName
{
color: #F8E323;
}
.AnyTagClassName
{
color: #F8E323;
}
</style>
background-color css
<style>
a { background-color: #F8E323; }
a { background-color: rgb(248,227,35); }
div.DivClassName
{
background-color: #F8E323;
}
.BgClassName
{
background-color: #F8E323;
}
</style>
border-color css
<style>
span { border-color: #F8E323; }
span { border-color: rgb(248,227,35); }
td.TdClassName
{
border-color: #F8E323;
}
.TagClassName
{
border-color: #F8E323;
}
</style>