Shades of Gorse #FFF828
Tints of Gorse #FFF828
RGB
CMYK
RGB Variations
Color information
#FFF828 (or 0xFFF828) is known color: Gorse. HEX triplet: FF, F8 and 28. RGB value is (255,248,40). Sum of RGB (Red+Green+Blue) = 255+248+40=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 40 (16.02% from 255 or 7.37% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF828 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF828 is #0007D7. Grayscale: #E3E3E3. Windows color (decimal): -2008 or 2685183. OLE color: 2685183.
HSL color Cylindrical-coordinate representation of color #FFF828: hue angle of 58.05º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFF828 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 40 | - |
| CMYK | 0 | 0.03 | 0.84 | 0 |
| HSL | 58.05º | 1% | 0.58% | - |
| HSV(B) | 58.05º | 0.84% | 1% | - |
| XYZ | 75.19 | 88.55 | 15.14 | - |
| YUV | 226.38 | 22.82 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 40 | 0 | 0.03 | 0.84 | 0 | 58.05 | 1 | 0.58 |
| Hex | FF | F8 | 28 | 0 | 3 | 54 | 0 | 3A | 64 | 3A |
| Octal | 377 | 370 | 50 | 0 | 3 | 124 | 0 | 72 | 144 | 72 |
| Binary | 11111111 | 11111000 | 101000 | 0 | 11 | 1010100 | 0 | 111010 | 1100100 | 111010 |
Color Harmonies of #FFF828
Complementary color
Monochromatic Colors of #FFF828
Black with #FFF828
Text Example
Text Example
White with #FFF828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF828; }
p { color: rgb(255,248,40); }
H1.HeaderClassName
{
color: #FFF828;
}
.AnyTagClassName
{
color: #FFF828;
}
</style>
background-color css
<style>
a { background-color: #FFF828; }
a { background-color: rgb(255,248,40); }
div.DivClassName
{
background-color: #FFF828;
}
.BgClassName
{
background-color: #FFF828;
}
</style>
border-color css
<style>
span { border-color: #FFF828; }
span { border-color: rgb(255,248,40); }
td.TdClassName
{
border-color: #FFF828;
}
.TagClassName
{
border-color: #FFF828;
}
</style>