Shades of Lemon #FDF222
Tints of Lemon #FDF222
RGB
CMYK
RGB Variations
Color information
#FDF222 (or 0xFDF222) is known color: Lemon. HEX triplet: FD, F2 and 22. RGB value is (253,242,34). Sum of RGB (Red+Green+Blue) = 253+242+34=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 34 (13.67% from 255 or 6.43% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF222 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF222 is #020DDD. Grayscale: #DEDEDE. Windows color (decimal): -134622 or 2290429. OLE color: 2290429.
HSL color Cylindrical-coordinate representation of color #FDF222: hue angle of 56.99º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDF222 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 34 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.01 |
| HSL | 56.99º | 0.98% | 0.56% | - |
| HSV(B) | 56.99º | 0.87% | 0.99% | - |
| XYZ | 72.55 | 84.5 | 14 | - |
| YUV | 221.58 | 22.14 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 34 | 0 | 0.04 | 0.87 | 0.01 | 56.99 | 0.98 | 0.56 |
| Hex | FD | F2 | 22 | 0 | 4 | 57 | 1 | 39 | 62 | 38 |
| Octal | 375 | 362 | 42 | 0 | 4 | 127 | 1 | 71 | 142 | 70 |
| Binary | 11111101 | 11110010 | 100010 | 0 | 100 | 1010111 | 1 | 111001 | 1100010 | 111000 |
Color Harmonies of #FDF222
Complementary color
Monochromatic Colors of #FDF222
Black with #FDF222
Text Example
Text Example
White with #FDF222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF222; }
p { color: rgb(253,242,34); }
H1.HeaderClassName
{
color: #FDF222;
}
.AnyTagClassName
{
color: #FDF222;
}
</style>
background-color css
<style>
a { background-color: #FDF222; }
a { background-color: rgb(253,242,34); }
div.DivClassName
{
background-color: #FDF222;
}
.BgClassName
{
background-color: #FDF222;
}
</style>
border-color css
<style>
span { border-color: #FDF222; }
span { border-color: rgb(253,242,34); }
td.TdClassName
{
border-color: #FDF222;
}
.TagClassName
{
border-color: #FDF222;
}
</style>