Shades of Gorse #FDF22B
Tints of Gorse #FDF22B
RGB
CMYK
RGB Variations
Color information
#FDF22B (or 0xFDF22B) is known color: Gorse. HEX triplet: FD, F2 and 2B. RGB value is (253,242,43). Sum of RGB (Red+Green+Blue) = 253+242+43=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 43 (17.19% from 255 or 7.99% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF22B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF22B is #020DD4. Grayscale: #DFDFDF. Windows color (decimal): -134613 or 2880253. OLE color: 2880253.
HSL color Cylindrical-coordinate representation of color #FDF22B: hue angle of 56.86º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDF22B is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 43 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.01 |
| HSL | 56.86º | 0.98% | 0.58% | - |
| HSV(B) | 56.86º | 0.83% | 0.99% | - |
| XYZ | 72.7 | 84.56 | 14.78 | - |
| YUV | 222.6 | 26.64 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 43 | 0 | 0.04 | 0.83 | 0.01 | 56.86 | 0.98 | 0.58 |
| Hex | FD | F2 | 2B | 0 | 4 | 53 | 1 | 39 | 62 | 3A |
| Octal | 375 | 362 | 53 | 0 | 4 | 123 | 1 | 71 | 142 | 72 |
| Binary | 11111101 | 11110010 | 101011 | 0 | 100 | 1010011 | 1 | 111001 | 1100010 | 111010 |
Color Harmonies of #FDF22B
Complementary color
Monochromatic Colors of #FDF22B
Black with #FDF22B
Text Example
Text Example
White with #FDF22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF22B; }
p { color: rgb(253,242,43); }
H1.HeaderClassName
{
color: #FDF22B;
}
.AnyTagClassName
{
color: #FDF22B;
}
</style>
background-color css
<style>
a { background-color: #FDF22B; }
a { background-color: rgb(253,242,43); }
div.DivClassName
{
background-color: #FDF22B;
}
.BgClassName
{
background-color: #FDF22B;
}
</style>
border-color css
<style>
span { border-color: #FDF22B; }
span { border-color: rgb(253,242,43); }
td.TdClassName
{
border-color: #FDF22B;
}
.TagClassName
{
border-color: #FDF22B;
}
</style>