Shades of Gorse #F8F833
Tints of Gorse #F8F833
RGB
CMYK
RGB Variations
Color information
#F8F833 (or 0xF8F833) is known color: Gorse. HEX triplet: F8, F8 and 33. RGB value is (248,248,51). Sum of RGB (Red+Green+Blue) = 248+248+51=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 51 (20.31% from 255 or 9.32% from 547); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F833 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F833 is #0707CC. Grayscale: #E2E2E2. Windows color (decimal): -460749 or 3406072. OLE color: 3406072.
HSL color Cylindrical-coordinate representation of color #F8F833: hue angle of 60º 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 #F8F833 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 51 | - |
| CMYK | 0 | 0 | 0.79 | 0.03 |
| HSL | 60º | 0.93% | 0.59% | - |
| HSV(B) | 60º | 0.79% | 0.97% | - |
| XYZ | 72.88 | 87.33 | 16.15 | - |
| YUV | 225.54 | 29.5 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 51 | 0 | 0 | 0.79 | 0.03 | 60 | 0.93 | 0.59 |
| Hex | F8 | F8 | 33 | 0 | 0 | 4F | 3 | 3C | 5D | 3B |
| Octal | 370 | 370 | 63 | 0 | 0 | 117 | 3 | 74 | 135 | 73 |
| Binary | 11111000 | 11111000 | 110011 | 0 | 0 | 1001111 | 11 | 111100 | 1011101 | 111011 |
Color Harmonies of #F8F833
Complementary color
Monochromatic Colors of #F8F833
Black with #F8F833
Text Example
Text Example
White with #F8F833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F833; }
p { color: rgb(248,248,51); }
H1.HeaderClassName
{
color: #F8F833;
}
.AnyTagClassName
{
color: #F8F833;
}
</style>
background-color css
<style>
a { background-color: #F8F833; }
a { background-color: rgb(248,248,51); }
div.DivClassName
{
background-color: #F8F833;
}
.BgClassName
{
background-color: #F8F833;
}
</style>
border-color css
<style>
span { border-color: #F8F833; }
span { border-color: rgb(248,248,51); }
td.TdClassName
{
border-color: #F8F833;
}
.TagClassName
{
border-color: #F8F833;
}
</style>