Shades of Gorse #FFF82D
Tints of Gorse #FFF82D
RGB
CMYK
RGB Variations
Color information
#FFF82D (or 0xFFF82D) is known color: Gorse. HEX triplet: FF, F8 and 2D. RGB value is (255,248,45). Sum of RGB (Red+Green+Blue) = 255+248+45=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 45 (17.97% from 255 or 8.21% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF82D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF82D is #0007D2. Grayscale: #E3E3E3. Windows color (decimal): -2003 or 3012863. OLE color: 3012863.
HSL color Cylindrical-coordinate representation of color #FFF82D: hue angle of 58º 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 #FFF82D is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 45 | - |
| CMYK | 0 | 0.03 | 0.82 | 0 |
| HSL | 58º | 1% | 0.59% | - |
| HSV(B) | 58º | 0.82% | 1% | - |
| XYZ | 75.28 | 88.58 | 15.61 | - |
| YUV | 226.95 | 25.32 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 45 | 0 | 0.03 | 0.82 | 0 | 58 | 1 | 0.59 |
| Hex | FF | F8 | 2D | 0 | 3 | 52 | 0 | 3A | 64 | 3B |
| Octal | 377 | 370 | 55 | 0 | 3 | 122 | 0 | 72 | 144 | 73 |
| Binary | 11111111 | 11111000 | 101101 | 0 | 11 | 1010010 | 0 | 111010 | 1100100 | 111011 |
Color Harmonies of #FFF82D
Complementary color
Monochromatic Colors of #FFF82D
Black with #FFF82D
Text Example
Text Example
White with #FFF82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF82D; }
p { color: rgb(255,248,45); }
H1.HeaderClassName
{
color: #FFF82D;
}
.AnyTagClassName
{
color: #FFF82D;
}
</style>
background-color css
<style>
a { background-color: #FFF82D; }
a { background-color: rgb(255,248,45); }
div.DivClassName
{
background-color: #FFF82D;
}
.BgClassName
{
background-color: #FFF82D;
}
</style>
border-color css
<style>
span { border-color: #FFF82D; }
span { border-color: rgb(255,248,45); }
td.TdClassName
{
border-color: #FFF82D;
}
.TagClassName
{
border-color: #FFF82D;
}
</style>