Shades of Laser Lemon #FFF664
Tints of Laser Lemon #FFF664
RGB
CMYK
RGB Variations
Color information
#FFF664 (or 0xFFF664) is known color: Laser Lemon. HEX triplet: FF, F6 and 64. RGB value is (255,246,100). Sum of RGB (Red+Green+Blue) = 255+246+100=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 246 (96.48% from 255 or 40.93% from 601); Blue value is 100 (39.45% from 255 or 16.64% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF664 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF664 is #00099B. Grayscale: #E8E8E8. Windows color (decimal): -2460 or 6616831. OLE color: 6616831.
HSL color Cylindrical-coordinate representation of color #FFF664: hue angle of 56.52º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFF664 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 100 | - |
| CMYK | 0 | 0.04 | 0.61 | 0 |
| HSL | 56.52º | 1% | 0.7% | - |
| HSV(B) | 56.52º | 0.61% | 1% | - |
| XYZ | 76.5 | 88.09 | 25.03 | - |
| YUV | 232.05 | 53.48 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 100 | 0 | 0.04 | 0.61 | 0 | 56.52 | 1 | 0.7 |
| Hex | FF | F6 | 64 | 0 | 4 | 3D | 0 | 39 | 64 | 46 |
| Octal | 377 | 366 | 144 | 0 | 4 | 75 | 0 | 71 | 144 | 106 |
| Binary | 11111111 | 11110110 | 1100100 | 0 | 100 | 111101 | 0 | 111001 | 1100100 | 1000110 |
Color Harmonies of #FFF664
Complementary color
Monochromatic Colors of #FFF664
Black with #FFF664
Text Example
Text Example
White with #FFF664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF664; }
p { color: rgb(255,246,100); }
H1.HeaderClassName
{
color: #FFF664;
}
.AnyTagClassName
{
color: #FFF664;
}
</style>
background-color css
<style>
a { background-color: #FFF664; }
a { background-color: rgb(255,246,100); }
div.DivClassName
{
background-color: #FFF664;
}
.BgClassName
{
background-color: #FFF664;
}
</style>
border-color css
<style>
span { border-color: #FFF664; }
span { border-color: rgb(255,246,100); }
td.TdClassName
{
border-color: #FFF664;
}
.TagClassName
{
border-color: #FFF664;
}
</style>