Shades of Lemon #FDF11B
Tints of Lemon #FDF11B
RGB
CMYK
RGB Variations
Color information
#FDF11B (or 0xFDF11B) is known color: Lemon. HEX triplet: FD, F1 and 1B. RGB value is (253,241,27). Sum of RGB (Red+Green+Blue) = 253+241+27=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 27 (10.94% from 255 or 5.18% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF11B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF11B is #020EE4. Grayscale: #DDDDDD. Windows color (decimal): -134885 or 1831421. OLE color: 1831421.
HSL color Cylindrical-coordinate representation of color #FDF11B: hue angle of 56.81º 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 #FDF11B is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 27 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.01 |
| HSL | 56.81º | 0.98% | 0.55% | - |
| HSV(B) | 56.81º | 0.89% | 0.99% | - |
| XYZ | 72.16 | 83.87 | 13.42 | - |
| YUV | 220.19 | 18.98 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 27 | 0 | 0.05 | 0.89 | 0.01 | 56.81 | 0.98 | 0.55 |
| Hex | FD | F1 | 1B | 0 | 5 | 59 | 1 | 39 | 62 | 37 |
| Octal | 375 | 361 | 33 | 0 | 5 | 131 | 1 | 71 | 142 | 67 |
| Binary | 11111101 | 11110001 | 11011 | 0 | 101 | 1011001 | 1 | 111001 | 1100010 | 110111 |
Color Harmonies of #FDF11B
Complementary color
Monochromatic Colors of #FDF11B
Black with #FDF11B
Text Example
Text Example
White with #FDF11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF11B; }
p { color: rgb(253,241,27); }
H1.HeaderClassName
{
color: #FDF11B;
}
.AnyTagClassName
{
color: #FDF11B;
}
</style>
background-color css
<style>
a { background-color: #FDF11B; }
a { background-color: rgb(253,241,27); }
div.DivClassName
{
background-color: #FDF11B;
}
.BgClassName
{
background-color: #FDF11B;
}
</style>
border-color css
<style>
span { border-color: #FDF11B; }
span { border-color: rgb(253,241,27); }
td.TdClassName
{
border-color: #FDF11B;
}
.TagClassName
{
border-color: #FDF11B;
}
</style>