Shades of Laser Lemon #FDFB6A
Tints of Laser Lemon #FDFB6A
RGB
CMYK
RGB Variations
Color information
#FDFB6A (or 0xFDFB6A) is known color: Laser Lemon. HEX triplet: FD, FB and 6A. RGB value is (253,251,106). Sum of RGB (Red+Green+Blue) = 253+251+106=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 106 (41.80% from 255 or 17.38% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB6A is #020495. Grayscale: #EBEBEB. Windows color (decimal): -132246 or 7011325. OLE color: 7011325.
HSL color Cylindrical-coordinate representation of color #FDFB6A: hue angle of 59.18º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDFB6A is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 106 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.01 |
| HSL | 59.18º | 0.97% | 0.7% | - |
| HSV(B) | 59.18º | 0.58% | 0.99% | - |
| XYZ | 77.61 | 90.92 | 27.09 | - |
| YUV | 235.07 | 55.16 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 106 | 0 | 0.01 | 0.58 | 0.01 | 59.18 | 0.97 | 0.7 |
| Hex | FD | FB | 6A | 0 | 1 | 3A | 1 | 3B | 61 | 46 |
| Octal | 375 | 373 | 152 | 0 | 1 | 72 | 1 | 73 | 141 | 106 |
| Binary | 11111101 | 11111011 | 1101010 | 0 | 1 | 111010 | 1 | 111011 | 1100001 | 1000110 |
Color Harmonies of #FDFB6A
Complementary color
Monochromatic Colors of #FDFB6A
Black with #FDFB6A
Text Example
Text Example
White with #FDFB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB6A; }
p { color: rgb(253,251,106); }
H1.HeaderClassName
{
color: #FDFB6A;
}
.AnyTagClassName
{
color: #FDFB6A;
}
</style>
background-color css
<style>
a { background-color: #FDFB6A; }
a { background-color: rgb(253,251,106); }
div.DivClassName
{
background-color: #FDFB6A;
}
.BgClassName
{
background-color: #FDFB6A;
}
</style>
border-color css
<style>
span { border-color: #FDFB6A; }
span { border-color: rgb(253,251,106); }
td.TdClassName
{
border-color: #FDFB6A;
}
.TagClassName
{
border-color: #FDFB6A;
}
</style>