Shades of Lemon #FDF003
Tints of Lemon #FDF003
RGB
CMYK
RGB Variations
Color information
#FDF003 (or 0xFDF003) is known color: Lemon. HEX triplet: FD, F0 and 03. RGB value is (253,240,3). Sum of RGB (Red+Green+Blue) = 253+240+3=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 3 (1.56% from 255 or 0.60% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF003 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF003 is #020FFC. Grayscale: #D9D9D9. Windows color (decimal): -135165 or 258301. OLE color: 258301.
HSL color Cylindrical-coordinate representation of color #FDF003: hue angle of 56.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDF003 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.01 |
| HSL | 56.88º | 0.98% | 0.5% | - |
| HSV(B) | 56.88º | 0.99% | 0.99% | - |
| XYZ | 71.68 | 83.21 | 12.37 | - |
| YUV | 216.87 | 7.31 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 3 | 0 | 0.05 | 0.99 | 0.01 | 56.88 | 0.98 | 0.5 |
| Hex | FD | F0 | 3 | 0 | 5 | 63 | 1 | 39 | 62 | 32 |
| Octal | 375 | 360 | 3 | 0 | 5 | 143 | 1 | 71 | 142 | 62 |
| Binary | 11111101 | 11110000 | 11 | 0 | 101 | 1100011 | 1 | 111001 | 1100010 | 110010 |
Color Harmonies of #FDF003
Complementary color
Monochromatic Colors of #FDF003
Black with #FDF003
Text Example
Text Example
White with #FDF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF003; }
p { color: rgb(253,240,3); }
H1.HeaderClassName
{
color: #FDF003;
}
.AnyTagClassName
{
color: #FDF003;
}
</style>
background-color css
<style>
a { background-color: #FDF003; }
a { background-color: rgb(253,240,3); }
div.DivClassName
{
background-color: #FDF003;
}
.BgClassName
{
background-color: #FDF003;
}
</style>
border-color css
<style>
span { border-color: #FDF003; }
span { border-color: rgb(253,240,3); }
td.TdClassName
{
border-color: #FDF003;
}
.TagClassName
{
border-color: #FDF003;
}
</style>