Shades of Lemon #FDF81A
Tints of Lemon #FDF81A
RGB
CMYK
RGB Variations
Color information
#FDF81A (or 0xFDF81A) is known color: Lemon. HEX triplet: FD, F8 and 1A. RGB value is (253,248,26). Sum of RGB (Red+Green+Blue) = 253+248+26=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 26 (10.55% from 255 or 4.93% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF81A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF81A is #0207E5. Grayscale: #E1E1E1. Windows color (decimal): -133094 or 1767677. OLE color: 1767677.
HSL color Cylindrical-coordinate representation of color #FDF81A: hue angle of 58.68º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDF81A is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 26 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.01 |
| HSL | 58.68º | 0.98% | 0.55% | - |
| HSV(B) | 58.68º | 0.9% | 0.99% | - |
| XYZ | 74.26 | 88.09 | 14.07 | - |
| YUV | 224.19 | 16.16 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 26 | 0 | 0.02 | 0.90 | 0.01 | 58.68 | 0.98 | 0.55 |
| Hex | FD | F8 | 1A | 0 | 2 | 5A | 1 | 3B | 62 | 37 |
| Octal | 375 | 370 | 32 | 0 | 2 | 132 | 1 | 73 | 142 | 67 |
| Binary | 11111101 | 11111000 | 11010 | 0 | 10 | 1011010 | 1 | 111011 | 1100010 | 110111 |
Color Harmonies of #FDF81A
Complementary color
Monochromatic Colors of #FDF81A
Black with #FDF81A
Text Example
Text Example
White with #FDF81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF81A; }
p { color: rgb(253,248,26); }
H1.HeaderClassName
{
color: #FDF81A;
}
.AnyTagClassName
{
color: #FDF81A;
}
</style>
background-color css
<style>
a { background-color: #FDF81A; }
a { background-color: rgb(253,248,26); }
div.DivClassName
{
background-color: #FDF81A;
}
.BgClassName
{
background-color: #FDF81A;
}
</style>
border-color css
<style>
span { border-color: #FDF81A; }
span { border-color: rgb(253,248,26); }
td.TdClassName
{
border-color: #FDF81A;
}
.TagClassName
{
border-color: #FDF81A;
}
</style>