Shades of Lemon #FDF423
Tints of Lemon #FDF423
RGB
CMYK
RGB Variations
Color information
#FDF423 (or 0xFDF423) is known color: Lemon. HEX triplet: FD, F4 and 23. RGB value is (253,244,35). Sum of RGB (Red+Green+Blue) = 253+244+35=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 35 (14.06% from 255 or 6.58% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF423 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF423 is #020BDC. Grayscale: #DFDFDF. Windows color (decimal): -134109 or 2356477. OLE color: 2356477.
HSL color Cylindrical-coordinate representation of color #FDF423: hue angle of 57.52º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDF423 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 35 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.01 |
| HSL | 57.52º | 0.98% | 0.56% | - |
| HSV(B) | 57.52º | 0.86% | 0.99% | - |
| XYZ | 73.16 | 85.71 | 14.28 | - |
| YUV | 222.87 | 21.98 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 35 | 0 | 0.04 | 0.86 | 0.01 | 57.52 | 0.98 | 0.56 |
| Hex | FD | F4 | 23 | 0 | 4 | 56 | 1 | 3A | 62 | 38 |
| Octal | 375 | 364 | 43 | 0 | 4 | 126 | 1 | 72 | 142 | 70 |
| Binary | 11111101 | 11110100 | 100011 | 0 | 100 | 1010110 | 1 | 111010 | 1100010 | 111000 |
Color Harmonies of #FDF423
Complementary color
Monochromatic Colors of #FDF423
Black with #FDF423
Text Example
Text Example
White with #FDF423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF423; }
p { color: rgb(253,244,35); }
H1.HeaderClassName
{
color: #FDF423;
}
.AnyTagClassName
{
color: #FDF423;
}
</style>
background-color css
<style>
a { background-color: #FDF423; }
a { background-color: rgb(253,244,35); }
div.DivClassName
{
background-color: #FDF423;
}
.BgClassName
{
background-color: #FDF423;
}
</style>
border-color css
<style>
span { border-color: #FDF423; }
span { border-color: rgb(253,244,35); }
td.TdClassName
{
border-color: #FDF423;
}
.TagClassName
{
border-color: #FDF423;
}
</style>