Shades of Lemon #FFFD1F
Tints of Lemon #FFFD1F
RGB
CMYK
RGB Variations
Color information
#FFFD1F (or 0xFFFD1F) is known color: Lemon. HEX triplet: FF, FD and 1F. RGB value is (255,253,31). Sum of RGB (Red+Green+Blue) = 255+253+31=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 31 (12.5% from 255 or 5.75% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD1F is #0002E0. Grayscale: #E5E5E5. Windows color (decimal): -737 or 2096639. OLE color: 2096639.
HSL color Cylindrical-coordinate representation of color #FFFD1F: hue angle of 59.46º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFFD1F is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 31 | - |
| CMYK | 0 | 0.01 | 0.88 | 0 |
| HSL | 59.46º | 1% | 0.56% | - |
| HSV(B) | 59.46º | 0.88% | 1% | - |
| XYZ | 76.61 | 91.61 | 14.94 | - |
| YUV | 228.29 | 16.66 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 31 | 0 | 0.01 | 0.88 | 0 | 59.46 | 1 | 0.56 |
| Hex | FF | FD | 1F | 0 | 1 | 58 | 0 | 3B | 64 | 38 |
| Octal | 377 | 375 | 37 | 0 | 1 | 130 | 0 | 73 | 144 | 70 |
| Binary | 11111111 | 11111101 | 11111 | 0 | 1 | 1011000 | 0 | 111011 | 1100100 | 111000 |
Color Harmonies of #FFFD1F
Complementary color
Monochromatic Colors of #FFFD1F
Black with #FFFD1F
Text Example
Text Example
White with #FFFD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD1F; }
p { color: rgb(255,253,31); }
H1.HeaderClassName
{
color: #FFFD1F;
}
.AnyTagClassName
{
color: #FFFD1F;
}
</style>
background-color css
<style>
a { background-color: #FFFD1F; }
a { background-color: rgb(255,253,31); }
div.DivClassName
{
background-color: #FFFD1F;
}
.BgClassName
{
background-color: #FFFD1F;
}
</style>
border-color css
<style>
span { border-color: #FFFD1F; }
span { border-color: rgb(255,253,31); }
td.TdClassName
{
border-color: #FFFD1F;
}
.TagClassName
{
border-color: #FFFD1F;
}
</style>