Shades of Gorse #F8E433
Tints of Gorse #F8E433
RGB
CMYK
RGB Variations
Color information
#F8E433 (or 0xF8E433) is known color: Gorse. HEX triplet: F8, E4 and 33. RGB value is (248,228,51). Sum of RGB (Red+Green+Blue) = 248+228+51=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 51 (20.31% from 255 or 9.68% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E433 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8E433 is #071BCC. Grayscale: #D6D6D6. Windows color (decimal): -465869 or 3400952. OLE color: 3400952.
HSL color Cylindrical-coordinate representation of color #F8E433: hue angle of 53.91º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8E433 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 228 | 51 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.03 |
| HSL | 53.91º | 0.93% | 0.59% | - |
| HSV(B) | 53.91º | 0.79% | 0.97% | - |
| XYZ | 67.05 | 75.68 | 14.21 | - |
| YUV | 213.8 | 36.13 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 228 | 51 | 0 | 0.08 | 0.79 | 0.03 | 53.91 | 0.93 | 0.59 |
| Hex | F8 | E4 | 33 | 0 | 8 | 4F | 3 | 36 | 5D | 3B |
| Octal | 370 | 344 | 63 | 0 | 10 | 117 | 3 | 66 | 135 | 73 |
| Binary | 11111000 | 11100100 | 110011 | 0 | 1000 | 1001111 | 11 | 110110 | 1011101 | 111011 |
Color Harmonies of #F8E433
Complementary color
Monochromatic Colors of #F8E433
Black with #F8E433
Text Example
Text Example
White with #F8E433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E433; }
p { color: rgb(248,228,51); }
H1.HeaderClassName
{
color: #F8E433;
}
.AnyTagClassName
{
color: #F8E433;
}
</style>
background-color css
<style>
a { background-color: #F8E433; }
a { background-color: rgb(248,228,51); }
div.DivClassName
{
background-color: #F8E433;
}
.BgClassName
{
background-color: #F8E433;
}
</style>
border-color css
<style>
span { border-color: #F8E433; }
span { border-color: rgb(248,228,51); }
td.TdClassName
{
border-color: #F8E433;
}
.TagClassName
{
border-color: #F8E433;
}
</style>