Shades of Laser Lemon #FDFB64
Tints of Laser Lemon #FDFB64
RGB
CMYK
RGB Variations
Color information
#FDFB64 (or 0xFDFB64) is known color: Laser Lemon. HEX triplet: FD, FB and 64. RGB value is (253,251,100). Sum of RGB (Red+Green+Blue) = 253+251+100=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 100 (39.45% from 255 or 16.56% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB64 is #02049B. Grayscale: #EAEAEA. Windows color (decimal): -132252 or 6618109. OLE color: 6618109.
HSL color Cylindrical-coordinate representation of color #FDFB64: 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.6%. Process color model (Four color, CMYK) of #FDFB64 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 100 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.01 |
| HSL | 59.22º | 0.97% | 0.69% | - |
| HSV(B) | 59.22º | 0.6% | 0.99% | - |
| XYZ | 77.31 | 90.8 | 25.51 | - |
| YUV | 234.38 | 52.16 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 100 | 0 | 0.01 | 0.60 | 0.01 | 59.22 | 0.97 | 0.69 |
| Hex | FD | FB | 64 | 0 | 1 | 3C | 1 | 3B | 61 | 45 |
| Octal | 375 | 373 | 144 | 0 | 1 | 74 | 1 | 73 | 141 | 105 |
| Binary | 11111101 | 11111011 | 1100100 | 0 | 1 | 111100 | 1 | 111011 | 1100001 | 1000101 |
Color Harmonies of #FDFB64
Complementary color
Monochromatic Colors of #FDFB64
Black with #FDFB64
Text Example
Text Example
White with #FDFB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB64; }
p { color: rgb(253,251,100); }
H1.HeaderClassName
{
color: #FDFB64;
}
.AnyTagClassName
{
color: #FDFB64;
}
</style>
background-color css
<style>
a { background-color: #FDFB64; }
a { background-color: rgb(253,251,100); }
div.DivClassName
{
background-color: #FDFB64;
}
.BgClassName
{
background-color: #FDFB64;
}
</style>
border-color css
<style>
span { border-color: #FDFB64; }
span { border-color: rgb(253,251,100); }
td.TdClassName
{
border-color: #FDFB64;
}
.TagClassName
{
border-color: #FDFB64;
}
</style>