Shades of Lemon #FDF822
Tints of Lemon #FDF822
RGB
CMYK
RGB Variations
Color information
#FDF822 (or 0xFDF822) is known color: Lemon. HEX triplet: FD, F8 and 22. RGB value is (253,248,34). Sum of RGB (Red+Green+Blue) = 253+248+34=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 34 (13.67% from 255 or 6.36% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF822 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF822 is #0207DD. Grayscale: #E1E1E1. Windows color (decimal): -133086 or 2291965. OLE color: 2291965.
HSL color Cylindrical-coordinate representation of color #FDF822: hue angle of 58.63º 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 #FDF822 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 34 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.01 |
| HSL | 58.63º | 0.98% | 0.56% | - |
| HSV(B) | 58.63º | 0.87% | 0.99% | - |
| XYZ | 74.36 | 88.13 | 14.61 | - |
| YUV | 225.1 | 20.16 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 34 | 0 | 0.02 | 0.87 | 0.01 | 58.63 | 0.98 | 0.56 |
| Hex | FD | F8 | 22 | 0 | 2 | 57 | 1 | 3B | 62 | 38 |
| Octal | 375 | 370 | 42 | 0 | 2 | 127 | 1 | 73 | 142 | 70 |
| Binary | 11111101 | 11111000 | 100010 | 0 | 10 | 1010111 | 1 | 111011 | 1100010 | 111000 |
Color Harmonies of #FDF822
Complementary color
Monochromatic Colors of #FDF822
Black with #FDF822
Text Example
Text Example
White with #FDF822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF822; }
p { color: rgb(253,248,34); }
H1.HeaderClassName
{
color: #FDF822;
}
.AnyTagClassName
{
color: #FDF822;
}
</style>
background-color css
<style>
a { background-color: #FDF822; }
a { background-color: rgb(253,248,34); }
div.DivClassName
{
background-color: #FDF822;
}
.BgClassName
{
background-color: #FDF822;
}
</style>
border-color css
<style>
span { border-color: #FDF822; }
span { border-color: rgb(253,248,34); }
td.TdClassName
{
border-color: #FDF822;
}
.TagClassName
{
border-color: #FDF822;
}
</style>