Shades of Lemon #FFFD23
Tints of Lemon #FFFD23
RGB
CMYK
RGB Variations
Color information
#FFFD23 (or 0xFFFD23) is known color: Lemon. HEX triplet: FF, FD and 23. RGB value is (255,253,35). Sum of RGB (Red+Green+Blue) = 255+253+35=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 35 (14.06% from 255 or 6.45% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD23 is #0002DC. Grayscale: #E5E5E5. Windows color (decimal): -733 or 2358783. OLE color: 2358783.
HSL color Cylindrical-coordinate representation of color #FFFD23: hue angle of 59.45º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFFD23 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 35 | - |
| CMYK | 0 | 0.01 | 0.86 | 0 |
| HSL | 59.45º | 1% | 0.57% | - |
| HSV(B) | 59.45º | 0.86% | 1% | - |
| XYZ | 76.67 | 91.63 | 15.24 | - |
| YUV | 228.75 | 18.66 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 35 | 0 | 0.01 | 0.86 | 0 | 59.45 | 1 | 0.57 |
| Hex | FF | FD | 23 | 0 | 1 | 56 | 0 | 3B | 64 | 39 |
| Octal | 377 | 375 | 43 | 0 | 1 | 126 | 0 | 73 | 144 | 71 |
| Binary | 11111111 | 11111101 | 100011 | 0 | 1 | 1010110 | 0 | 111011 | 1100100 | 111001 |
Color Harmonies of #FFFD23
Complementary color
Monochromatic Colors of #FFFD23
Black with #FFFD23
Text Example
Text Example
White with #FFFD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD23; }
p { color: rgb(255,253,35); }
H1.HeaderClassName
{
color: #FFFD23;
}
.AnyTagClassName
{
color: #FFFD23;
}
</style>
background-color css
<style>
a { background-color: #FFFD23; }
a { background-color: rgb(255,253,35); }
div.DivClassName
{
background-color: #FFFD23;
}
.BgClassName
{
background-color: #FFFD23;
}
</style>
border-color css
<style>
span { border-color: #FFFD23; }
span { border-color: rgb(255,253,35); }
td.TdClassName
{
border-color: #FFFD23;
}
.TagClassName
{
border-color: #FFFD23;
}
</style>