Shades of Gorse #FDF02E
Tints of Gorse #FDF02E
RGB
CMYK
RGB Variations
Color information
#FDF02E (or 0xFDF02E) is known color: Gorse. HEX triplet: FD, F0 and 2E. RGB value is (253,240,46). Sum of RGB (Red+Green+Blue) = 253+240+46=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 46 (18.36% from 255 or 8.53% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF02E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF02E is #020FD1. Grayscale: #DEDEDE. Windows color (decimal): -135122 or 3076349. OLE color: 3076349.
HSL color Cylindrical-coordinate representation of color #FDF02E: hue angle of 56.23º 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 #FDF02E is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 46 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.01 |
| HSL | 56.23º | 0.98% | 0.59% | - |
| HSV(B) | 56.23º | 0.82% | 0.99% | - |
| XYZ | 72.16 | 83.4 | 14.88 | - |
| YUV | 221.77 | 28.81 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 46 | 0 | 0.05 | 0.82 | 0.01 | 56.23 | 0.98 | 0.59 |
| Hex | FD | F0 | 2E | 0 | 5 | 52 | 1 | 38 | 62 | 3B |
| Octal | 375 | 360 | 56 | 0 | 5 | 122 | 1 | 70 | 142 | 73 |
| Binary | 11111101 | 11110000 | 101110 | 0 | 101 | 1010010 | 1 | 111000 | 1100010 | 111011 |
Color Harmonies of #FDF02E
Complementary color
Monochromatic Colors of #FDF02E
Black with #FDF02E
Text Example
Text Example
White with #FDF02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF02E; }
p { color: rgb(253,240,46); }
H1.HeaderClassName
{
color: #FDF02E;
}
.AnyTagClassName
{
color: #FDF02E;
}
</style>
background-color css
<style>
a { background-color: #FDF02E; }
a { background-color: rgb(253,240,46); }
div.DivClassName
{
background-color: #FDF02E;
}
.BgClassName
{
background-color: #FDF02E;
}
</style>
border-color css
<style>
span { border-color: #FDF02E; }
span { border-color: rgb(253,240,46); }
td.TdClassName
{
border-color: #FDF02E;
}
.TagClassName
{
border-color: #FDF02E;
}
</style>