Shades of Gorse #FDF22E
Tints of Gorse #FDF22E
RGB
CMYK
RGB Variations
Color information
#FDF22E (or 0xFDF22E) is known color: Gorse. HEX triplet: FD, F2 and 2E. RGB value is (253,242,46). Sum of RGB (Red+Green+Blue) = 253+242+46=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 46 (18.36% from 255 or 8.50% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF22E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF22E is #020DD1. Grayscale: #DFDFDF. Windows color (decimal): -134610 or 3076861. OLE color: 3076861.
HSL color Cylindrical-coordinate representation of color #FDF22E: hue angle of 56.81º 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 #FDF22E is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 46 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.01 |
| HSL | 56.81º | 0.98% | 0.59% | - |
| HSV(B) | 56.81º | 0.82% | 0.99% | - |
| XYZ | 72.75 | 84.58 | 15.08 | - |
| YUV | 222.95 | 28.14 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 46 | 0 | 0.04 | 0.82 | 0.01 | 56.81 | 0.98 | 0.59 |
| Hex | FD | F2 | 2E | 0 | 4 | 52 | 1 | 39 | 62 | 3B |
| Octal | 375 | 362 | 56 | 0 | 4 | 122 | 1 | 71 | 142 | 73 |
| Binary | 11111101 | 11110010 | 101110 | 0 | 100 | 1010010 | 1 | 111001 | 1100010 | 111011 |
Color Harmonies of #FDF22E
Complementary color
Monochromatic Colors of #FDF22E
Black with #FDF22E
Text Example
Text Example
White with #FDF22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF22E; }
p { color: rgb(253,242,46); }
H1.HeaderClassName
{
color: #FDF22E;
}
.AnyTagClassName
{
color: #FDF22E;
}
</style>
background-color css
<style>
a { background-color: #FDF22E; }
a { background-color: rgb(253,242,46); }
div.DivClassName
{
background-color: #FDF22E;
}
.BgClassName
{
background-color: #FDF22E;
}
</style>
border-color css
<style>
span { border-color: #FDF22E; }
span { border-color: rgb(253,242,46); }
td.TdClassName
{
border-color: #FDF22E;
}
.TagClassName
{
border-color: #FDF22E;
}
</style>