Shades of Lemon #FFFD26
Tints of Lemon #FFFD26
RGB
CMYK
RGB Variations
Color information
#FFFD26 (or 0xFFFD26) is known color: Lemon. HEX triplet: FF, FD and 26. RGB value is (255,253,38). Sum of RGB (Red+Green+Blue) = 255+253+38=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 38 (15.23% from 255 or 6.96% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD26 is #0002D9. Grayscale: #E5E5E5. Windows color (decimal): -730 or 2555391. OLE color: 2555391.
HSL color Cylindrical-coordinate representation of color #FFFD26: hue angle of 59.45º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFFD26 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 38 | - |
| CMYK | 0 | 0.01 | 0.85 | 0 |
| HSL | 59.45º | 1% | 0.57% | - |
| HSV(B) | 59.45º | 0.85% | 1% | - |
| XYZ | 76.72 | 91.65 | 15.48 | - |
| YUV | 229.09 | 20.16 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 38 | 0 | 0.01 | 0.85 | 0 | 59.45 | 1 | 0.57 |
| Hex | FF | FD | 26 | 0 | 1 | 55 | 0 | 3B | 64 | 39 |
| Octal | 377 | 375 | 46 | 0 | 1 | 125 | 0 | 73 | 144 | 71 |
| Binary | 11111111 | 11111101 | 100110 | 0 | 1 | 1010101 | 0 | 111011 | 1100100 | 111001 |
Color Harmonies of #FFFD26
Complementary color
Monochromatic Colors of #FFFD26
Black with #FFFD26
Text Example
Text Example
White with #FFFD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD26; }
p { color: rgb(255,253,38); }
H1.HeaderClassName
{
color: #FFFD26;
}
.AnyTagClassName
{
color: #FFFD26;
}
</style>
background-color css
<style>
a { background-color: #FFFD26; }
a { background-color: rgb(255,253,38); }
div.DivClassName
{
background-color: #FFFD26;
}
.BgClassName
{
background-color: #FFFD26;
}
</style>
border-color css
<style>
span { border-color: #FFFD26; }
span { border-color: rgb(255,253,38); }
td.TdClassName
{
border-color: #FFFD26;
}
.TagClassName
{
border-color: #FFFD26;
}
</style>