Shades of Laser Lemon #FDFB63
Tints of Laser Lemon #FDFB63
RGB
CMYK
RGB Variations
Color information
#FDFB63 (or 0xFDFB63) is known color: Laser Lemon. HEX triplet: FD, FB and 63. RGB value is (253,251,99). Sum of RGB (Red+Green+Blue) = 253+251+99=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 99 (39.06% from 255 or 16.42% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB63 is #02049C. Grayscale: #EAEAEA. Windows color (decimal): -132253 or 6552573. OLE color: 6552573.
HSL color Cylindrical-coordinate representation of color #FDFB63: hue angle of 59.22º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDFB63 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 99 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.01 |
| HSL | 59.22º | 0.97% | 0.69% | - |
| HSV(B) | 59.22º | 0.61% | 0.99% | - |
| XYZ | 77.26 | 90.78 | 25.25 | - |
| YUV | 234.27 | 51.66 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 99 | 0 | 0.01 | 0.61 | 0.01 | 59.22 | 0.97 | 0.69 |
| Hex | FD | FB | 63 | 0 | 1 | 3D | 1 | 3B | 61 | 45 |
| Octal | 375 | 373 | 143 | 0 | 1 | 75 | 1 | 73 | 141 | 105 |
| Binary | 11111101 | 11111011 | 1100011 | 0 | 1 | 111101 | 1 | 111011 | 1100001 | 1000101 |
Color Harmonies of #FDFB63
Complementary color
Monochromatic Colors of #FDFB63
Black with #FDFB63
Text Example
Text Example
White with #FDFB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB63; }
p { color: rgb(253,251,99); }
H1.HeaderClassName
{
color: #FDFB63;
}
.AnyTagClassName
{
color: #FDFB63;
}
</style>
background-color css
<style>
a { background-color: #FDFB63; }
a { background-color: rgb(253,251,99); }
div.DivClassName
{
background-color: #FDFB63;
}
.BgClassName
{
background-color: #FDFB63;
}
</style>
border-color css
<style>
span { border-color: #FDFB63; }
span { border-color: rgb(253,251,99); }
td.TdClassName
{
border-color: #FDFB63;
}
.TagClassName
{
border-color: #FDFB63;
}
</style>