Shades of Lemon #FDF422
Tints of Lemon #FDF422
RGB
CMYK
RGB Variations
Color information
#FDF422 (or 0xFDF422) is known color: Lemon. HEX triplet: FD, F4 and 22. RGB value is (253,244,34). Sum of RGB (Red+Green+Blue) = 253+244+34=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 34 (13.67% from 255 or 6.40% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF422 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF422 is #020BDD. Grayscale: #DFDFDF. Windows color (decimal): -134110 or 2290941. OLE color: 2290941.
HSL color Cylindrical-coordinate representation of color #FDF422: hue angle of 57.53º 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 #FDF422 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 34 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.01 |
| HSL | 57.53º | 0.98% | 0.56% | - |
| HSV(B) | 57.53º | 0.87% | 0.99% | - |
| XYZ | 73.15 | 85.7 | 14.2 | - |
| YUV | 222.75 | 21.48 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 34 | 0 | 0.04 | 0.87 | 0.01 | 57.53 | 0.98 | 0.56 |
| Hex | FD | F4 | 22 | 0 | 4 | 57 | 1 | 3A | 62 | 38 |
| Octal | 375 | 364 | 42 | 0 | 4 | 127 | 1 | 72 | 142 | 70 |
| Binary | 11111101 | 11110100 | 100010 | 0 | 100 | 1010111 | 1 | 111010 | 1100010 | 111000 |
Color Harmonies of #FDF422
Complementary color
Monochromatic Colors of #FDF422
Black with #FDF422
Text Example
Text Example
White with #FDF422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF422; }
p { color: rgb(253,244,34); }
H1.HeaderClassName
{
color: #FDF422;
}
.AnyTagClassName
{
color: #FDF422;
}
</style>
background-color css
<style>
a { background-color: #FDF422; }
a { background-color: rgb(253,244,34); }
div.DivClassName
{
background-color: #FDF422;
}
.BgClassName
{
background-color: #FDF422;
}
</style>
border-color css
<style>
span { border-color: #FDF422; }
span { border-color: rgb(253,244,34); }
td.TdClassName
{
border-color: #FDF422;
}
.TagClassName
{
border-color: #FDF422;
}
</style>