Shades of Gorse #FDF82E
Tints of Gorse #FDF82E
RGB
CMYK
RGB Variations
Color information
#FDF82E (or 0xFDF82E) is known color: Gorse. HEX triplet: FD, F8 and 2E. RGB value is (253,248,46). Sum of RGB (Red+Green+Blue) = 253+248+46=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 46 (18.36% from 255 or 8.41% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF82E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF82E is #0207D1. Grayscale: #E3E3E3. Windows color (decimal): -133074 or 3078397. OLE color: 3078397.
HSL color Cylindrical-coordinate representation of color #FDF82E: hue angle of 58.55º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDF82E is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 46 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.01 |
| HSL | 58.55º | 0.98% | 0.59% | - |
| HSV(B) | 58.55º | 0.82% | 0.99% | - |
| XYZ | 74.57 | 88.21 | 15.68 | - |
| YUV | 226.47 | 26.16 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 46 | 0 | 0.02 | 0.82 | 0.01 | 58.55 | 0.98 | 0.59 |
| Hex | FD | F8 | 2E | 0 | 2 | 52 | 1 | 3B | 62 | 3B |
| Octal | 375 | 370 | 56 | 0 | 2 | 122 | 1 | 73 | 142 | 73 |
| Binary | 11111101 | 11111000 | 101110 | 0 | 10 | 1010010 | 1 | 111011 | 1100010 | 111011 |
Color Harmonies of #FDF82E
Complementary color
Monochromatic Colors of #FDF82E
Black with #FDF82E
Text Example
Text Example
White with #FDF82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF82E; }
p { color: rgb(253,248,46); }
H1.HeaderClassName
{
color: #FDF82E;
}
.AnyTagClassName
{
color: #FDF82E;
}
</style>
background-color css
<style>
a { background-color: #FDF82E; }
a { background-color: rgb(253,248,46); }
div.DivClassName
{
background-color: #FDF82E;
}
.BgClassName
{
background-color: #FDF82E;
}
</style>
border-color css
<style>
span { border-color: #FDF82E; }
span { border-color: rgb(253,248,46); }
td.TdClassName
{
border-color: #FDF82E;
}
.TagClassName
{
border-color: #FDF82E;
}
</style>