Shades of Lemon #FDF81B
Tints of Lemon #FDF81B
RGB
CMYK
RGB Variations
Color information
#FDF81B (or 0xFDF81B) is known color: Lemon. HEX triplet: FD, F8 and 1B. RGB value is (253,248,27). Sum of RGB (Red+Green+Blue) = 253+248+27=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 27 (10.94% from 255 or 5.11% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF81B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF81B is #0207E4. Grayscale: #E1E1E1. Windows color (decimal): -133093 or 1833213. OLE color: 1833213.
HSL color Cylindrical-coordinate representation of color #FDF81B: hue angle of 58.67º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDF81B is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 27 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.01 |
| HSL | 58.67º | 0.98% | 0.55% | - |
| HSV(B) | 58.67º | 0.89% | 0.99% | - |
| XYZ | 74.27 | 88.1 | 14.13 | - |
| YUV | 224.3 | 16.66 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 27 | 0 | 0.02 | 0.89 | 0.01 | 58.67 | 0.98 | 0.55 |
| Hex | FD | F8 | 1B | 0 | 2 | 59 | 1 | 3B | 62 | 37 |
| Octal | 375 | 370 | 33 | 0 | 2 | 131 | 1 | 73 | 142 | 67 |
| Binary | 11111101 | 11111000 | 11011 | 0 | 10 | 1011001 | 1 | 111011 | 1100010 | 110111 |
Color Harmonies of #FDF81B
Complementary color
Monochromatic Colors of #FDF81B
Black with #FDF81B
Text Example
Text Example
White with #FDF81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF81B; }
p { color: rgb(253,248,27); }
H1.HeaderClassName
{
color: #FDF81B;
}
.AnyTagClassName
{
color: #FDF81B;
}
</style>
background-color css
<style>
a { background-color: #FDF81B; }
a { background-color: rgb(253,248,27); }
div.DivClassName
{
background-color: #FDF81B;
}
.BgClassName
{
background-color: #FDF81B;
}
</style>
border-color css
<style>
span { border-color: #FDF81B; }
span { border-color: rgb(253,248,27); }
td.TdClassName
{
border-color: #FDF81B;
}
.TagClassName
{
border-color: #FDF81B;
}
</style>