Shades of Gorse #F8F829
Tints of Gorse #F8F829
RGB
CMYK
RGB Variations
Color information
#F8F829 (or 0xF8F829) is known color: Gorse. HEX triplet: F8, F8 and 29. RGB value is (248,248,41). Sum of RGB (Red+Green+Blue) = 248+248+41=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 41 (16.41% from 255 or 7.64% from 537); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F829 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F829 is #0707D6. Grayscale: #E1E1E1. Windows color (decimal): -460759 or 2750712. OLE color: 2750712.
HSL color Cylindrical-coordinate representation of color #F8F829: hue angle of 60º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8F829 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 41 | - |
| CMYK | 0 | 0 | 0.83 | 0.03 |
| HSL | 60º | 0.94% | 0.57% | - |
| HSV(B) | 60º | 0.83% | 0.97% | - |
| XYZ | 72.68 | 87.25 | 15.11 | - |
| YUV | 224.4 | 24.5 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 41 | 0 | 0 | 0.83 | 0.03 | 60 | 0.94 | 0.57 |
| Hex | F8 | F8 | 29 | 0 | 0 | 53 | 3 | 3C | 5E | 39 |
| Octal | 370 | 370 | 51 | 0 | 0 | 123 | 3 | 74 | 136 | 71 |
| Binary | 11111000 | 11111000 | 101001 | 0 | 0 | 1010011 | 11 | 111100 | 1011110 | 111001 |
Color Harmonies of #F8F829
Complementary color
Monochromatic Colors of #F8F829
Black with #F8F829
Text Example
Text Example
White with #F8F829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F829; }
p { color: rgb(248,248,41); }
H1.HeaderClassName
{
color: #F8F829;
}
.AnyTagClassName
{
color: #F8F829;
}
</style>
background-color css
<style>
a { background-color: #F8F829; }
a { background-color: rgb(248,248,41); }
div.DivClassName
{
background-color: #F8F829;
}
.BgClassName
{
background-color: #F8F829;
}
</style>
border-color css
<style>
span { border-color: #F8F829; }
span { border-color: rgb(248,248,41); }
td.TdClassName
{
border-color: #F8F829;
}
.TagClassName
{
border-color: #F8F829;
}
</style>