Shades of Lemon #FDF321
Tints of Lemon #FDF321
RGB
CMYK
RGB Variations
Color information
#FDF321 (or 0xFDF321) is known color: Lemon. HEX triplet: FD, F3 and 21. RGB value is (253,243,33). Sum of RGB (Red+Green+Blue) = 253+243+33=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 33 (13.28% from 255 or 6.24% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF321 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF321 is #020CDE. Grayscale: #DEDEDE. Windows color (decimal): -134367 or 2225149. OLE color: 2225149.
HSL color Cylindrical-coordinate representation of color #FDF321: hue angle of 57.27º 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 #FDF321 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 33 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.01 |
| HSL | 57.27º | 0.98% | 0.56% | - |
| HSV(B) | 57.27º | 0.87% | 0.99% | - |
| XYZ | 72.83 | 85.09 | 14.02 | - |
| YUV | 222.05 | 21.31 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 33 | 0 | 0.04 | 0.87 | 0.01 | 57.27 | 0.98 | 0.56 |
| Hex | FD | F3 | 21 | 0 | 4 | 57 | 1 | 39 | 62 | 38 |
| Octal | 375 | 363 | 41 | 0 | 4 | 127 | 1 | 71 | 142 | 70 |
| Binary | 11111101 | 11110011 | 100001 | 0 | 100 | 1010111 | 1 | 111001 | 1100010 | 111000 |
Color Harmonies of #FDF321
Complementary color
Monochromatic Colors of #FDF321
Black with #FDF321
Text Example
Text Example
White with #FDF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF321; }
p { color: rgb(253,243,33); }
H1.HeaderClassName
{
color: #FDF321;
}
.AnyTagClassName
{
color: #FDF321;
}
</style>
background-color css
<style>
a { background-color: #FDF321; }
a { background-color: rgb(253,243,33); }
div.DivClassName
{
background-color: #FDF321;
}
.BgClassName
{
background-color: #FDF321;
}
</style>
border-color css
<style>
span { border-color: #FDF321; }
span { border-color: rgb(253,243,33); }
td.TdClassName
{
border-color: #FDF321;
}
.TagClassName
{
border-color: #FDF321;
}
</style>