Shades of Gorse #FDF22D
Tints of Gorse #FDF22D
RGB
CMYK
RGB Variations
Color information
#FDF22D (or 0xFDF22D) is known color: Gorse. HEX triplet: FD, F2 and 2D. RGB value is (253,242,45). Sum of RGB (Red+Green+Blue) = 253+242+45=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 45 (17.97% from 255 or 8.33% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF22D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF22D is #020DD2. Grayscale: #DFDFDF. Windows color (decimal): -134611 or 3011325. OLE color: 3011325.
HSL color Cylindrical-coordinate representation of color #FDF22D: hue angle of 56.83º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDF22D is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 45 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.01 |
| HSL | 56.83º | 0.98% | 0.58% | - |
| HSV(B) | 56.83º | 0.82% | 0.99% | - |
| XYZ | 72.73 | 84.58 | 14.97 | - |
| YUV | 222.83 | 27.64 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 45 | 0 | 0.04 | 0.82 | 0.01 | 56.83 | 0.98 | 0.58 |
| Hex | FD | F2 | 2D | 0 | 4 | 52 | 1 | 39 | 62 | 3A |
| Octal | 375 | 362 | 55 | 0 | 4 | 122 | 1 | 71 | 142 | 72 |
| Binary | 11111101 | 11110010 | 101101 | 0 | 100 | 1010010 | 1 | 111001 | 1100010 | 111010 |
Color Harmonies of #FDF22D
Complementary color
Monochromatic Colors of #FDF22D
Black with #FDF22D
Text Example
Text Example
White with #FDF22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF22D; }
p { color: rgb(253,242,45); }
H1.HeaderClassName
{
color: #FDF22D;
}
.AnyTagClassName
{
color: #FDF22D;
}
</style>
background-color css
<style>
a { background-color: #FDF22D; }
a { background-color: rgb(253,242,45); }
div.DivClassName
{
background-color: #FDF22D;
}
.BgClassName
{
background-color: #FDF22D;
}
</style>
border-color css
<style>
span { border-color: #FDF22D; }
span { border-color: rgb(253,242,45); }
td.TdClassName
{
border-color: #FDF22D;
}
.TagClassName
{
border-color: #FDF22D;
}
</style>