Shades of Lemon #FDF824
Tints of Lemon #FDF824
RGB
CMYK
RGB Variations
Color information
#FDF824 (or 0xFDF824) is known color: Lemon. HEX triplet: FD, F8 and 24. RGB value is (253,248,36). Sum of RGB (Red+Green+Blue) = 253+248+36=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 36 (14.45% from 255 or 6.70% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF824 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF824 is #0207DB. Grayscale: #E2E2E2. Windows color (decimal): -133084 or 2423037. OLE color: 2423037.
HSL color Cylindrical-coordinate representation of color #FDF824: hue angle of 58.62º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDF824 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 36 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.01 |
| HSL | 58.62º | 0.98% | 0.57% | - |
| HSV(B) | 58.62º | 0.86% | 0.99% | - |
| XYZ | 74.39 | 88.14 | 14.76 | - |
| YUV | 225.33 | 21.16 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 36 | 0 | 0.02 | 0.86 | 0.01 | 58.62 | 0.98 | 0.57 |
| Hex | FD | F8 | 24 | 0 | 2 | 56 | 1 | 3B | 62 | 39 |
| Octal | 375 | 370 | 44 | 0 | 2 | 126 | 1 | 73 | 142 | 71 |
| Binary | 11111101 | 11111000 | 100100 | 0 | 10 | 1010110 | 1 | 111011 | 1100010 | 111001 |
Color Harmonies of #FDF824
Complementary color
Monochromatic Colors of #FDF824
Black with #FDF824
Text Example
Text Example
White with #FDF824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF824; }
p { color: rgb(253,248,36); }
H1.HeaderClassName
{
color: #FDF824;
}
.AnyTagClassName
{
color: #FDF824;
}
</style>
background-color css
<style>
a { background-color: #FDF824; }
a { background-color: rgb(253,248,36); }
div.DivClassName
{
background-color: #FDF824;
}
.BgClassName
{
background-color: #FDF824;
}
</style>
border-color css
<style>
span { border-color: #FDF824; }
span { border-color: rgb(253,248,36); }
td.TdClassName
{
border-color: #FDF824;
}
.TagClassName
{
border-color: #FDF824;
}
</style>