Shades of Lemon #FDF01E
Tints of Lemon #FDF01E
RGB
CMYK
RGB Variations
Color information
#FDF01E (or 0xFDF01E) is known color: Lemon. HEX triplet: FD, F0 and 1E. RGB value is (253,240,30). Sum of RGB (Red+Green+Blue) = 253+240+30=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 30 (12.11% from 255 or 5.74% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF01E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF01E is #020FE1. Grayscale: #DCDCDC. Windows color (decimal): -135138 or 2027773. OLE color: 2027773.
HSL color Cylindrical-coordinate representation of color #FDF01E: hue angle of 56.5º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDF01E is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 30 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.01 |
| HSL | 56.5º | 0.98% | 0.55% | - |
| HSV(B) | 56.5º | 0.88% | 0.99% | - |
| XYZ | 71.9 | 83.3 | 13.52 | - |
| YUV | 219.95 | 20.81 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 30 | 0 | 0.05 | 0.88 | 0.01 | 56.5 | 0.98 | 0.55 |
| Hex | FD | F0 | 1E | 0 | 5 | 58 | 1 | 39 | 62 | 37 |
| Octal | 375 | 360 | 36 | 0 | 5 | 130 | 1 | 71 | 142 | 67 |
| Binary | 11111101 | 11110000 | 11110 | 0 | 101 | 1011000 | 1 | 111001 | 1100010 | 110111 |
Color Harmonies of #FDF01E
Complementary color
Monochromatic Colors of #FDF01E
Black with #FDF01E
Text Example
Text Example
White with #FDF01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF01E; }
p { color: rgb(253,240,30); }
H1.HeaderClassName
{
color: #FDF01E;
}
.AnyTagClassName
{
color: #FDF01E;
}
</style>
background-color css
<style>
a { background-color: #FDF01E; }
a { background-color: rgb(253,240,30); }
div.DivClassName
{
background-color: #FDF01E;
}
.BgClassName
{
background-color: #FDF01E;
}
</style>
border-color css
<style>
span { border-color: #FDF01E; }
span { border-color: rgb(253,240,30); }
td.TdClassName
{
border-color: #FDF01E;
}
.TagClassName
{
border-color: #FDF01E;
}
</style>