Shades of Lemon #FDF00A
Tints of Lemon #FDF00A
RGB
CMYK
RGB Variations
Color information
#FDF00A (or 0xFDF00A) is known color: Lemon. HEX triplet: FD, F0 and 0A. RGB value is (253,240,10). Sum of RGB (Red+Green+Blue) = 253+240+10=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 10 (4.30% from 255 or 1.99% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF00A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF00A is #020FF5. Grayscale: #DADADA. Windows color (decimal): -135158 or 717053. OLE color: 717053.
HSL color Cylindrical-coordinate representation of color #FDF00A: hue angle of 56.79º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDF00A is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 10 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.01 |
| HSL | 56.79º | 0.98% | 0.52% | - |
| HSV(B) | 56.79º | 0.96% | 0.99% | - |
| XYZ | 71.72 | 83.22 | 12.57 | - |
| YUV | 217.67 | 10.81 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 10 | 0 | 0.05 | 0.96 | 0.01 | 56.79 | 0.98 | 0.52 |
| Hex | FD | F0 | A | 0 | 5 | 60 | 1 | 39 | 62 | 34 |
| Octal | 375 | 360 | 12 | 0 | 5 | 140 | 1 | 71 | 142 | 64 |
| Binary | 11111101 | 11110000 | 1010 | 0 | 101 | 1100000 | 1 | 111001 | 1100010 | 110100 |
Color Harmonies of #FDF00A
Complementary color
Monochromatic Colors of #FDF00A
Black with #FDF00A
Text Example
Text Example
White with #FDF00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF00A; }
p { color: rgb(253,240,10); }
H1.HeaderClassName
{
color: #FDF00A;
}
.AnyTagClassName
{
color: #FDF00A;
}
</style>
background-color css
<style>
a { background-color: #FDF00A; }
a { background-color: rgb(253,240,10); }
div.DivClassName
{
background-color: #FDF00A;
}
.BgClassName
{
background-color: #FDF00A;
}
</style>
border-color css
<style>
span { border-color: #FDF00A; }
span { border-color: rgb(253,240,10); }
td.TdClassName
{
border-color: #FDF00A;
}
.TagClassName
{
border-color: #FDF00A;
}
</style>