Shades of Gorse #FFF82E
Tints of Gorse #FFF82E
RGB
CMYK
RGB Variations
Color information
#FFF82E (or 0xFFF82E) is known color: Gorse. HEX triplet: FF, F8 and 2E. RGB value is (255,248,46). Sum of RGB (Red+Green+Blue) = 255+248+46=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 46 (18.36% from 255 or 8.38% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF82E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF82E is #0007D1. Grayscale: #E3E3E3. Windows color (decimal): -2002 or 3078399. OLE color: 3078399.
HSL color Cylindrical-coordinate representation of color #FFF82E: hue angle of 57.99º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFF82E is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 46 | - |
| CMYK | 0 | 0.03 | 0.82 | 0 |
| HSL | 57.99º | 1% | 0.59% | - |
| HSV(B) | 57.99º | 0.82% | 1% | - |
| XYZ | 75.3 | 88.59 | 15.72 | - |
| YUV | 227.07 | 25.82 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 46 | 0 | 0.03 | 0.82 | 0 | 57.99 | 1 | 0.59 |
| Hex | FF | F8 | 2E | 0 | 3 | 52 | 0 | 3A | 64 | 3B |
| Octal | 377 | 370 | 56 | 0 | 3 | 122 | 0 | 72 | 144 | 73 |
| Binary | 11111111 | 11111000 | 101110 | 0 | 11 | 1010010 | 0 | 111010 | 1100100 | 111011 |
Color Harmonies of #FFF82E
Complementary color
Monochromatic Colors of #FFF82E
Black with #FFF82E
Text Example
Text Example
White with #FFF82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF82E; }
p { color: rgb(255,248,46); }
H1.HeaderClassName
{
color: #FFF82E;
}
.AnyTagClassName
{
color: #FFF82E;
}
</style>
background-color css
<style>
a { background-color: #FFF82E; }
a { background-color: rgb(255,248,46); }
div.DivClassName
{
background-color: #FFF82E;
}
.BgClassName
{
background-color: #FFF82E;
}
</style>
border-color css
<style>
span { border-color: #FFF82E; }
span { border-color: rgb(255,248,46); }
td.TdClassName
{
border-color: #FFF82E;
}
.TagClassName
{
border-color: #FFF82E;
}
</style>