Shades of Laser Lemon #FFF95C
Tints of Laser Lemon #FFF95C
RGB
CMYK
RGB Variations
Color information
#FFF95C (or 0xFFF95C) is known color: Laser Lemon. HEX triplet: FF, F9 and 5C. RGB value is (255,249,92). Sum of RGB (Red+Green+Blue) = 255+249+92=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 92 (36.33% from 255 or 15.44% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF95C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF95C is #0006A3. Grayscale: #E9E9E9. Windows color (decimal): -1700 or 6093311. OLE color: 6093311.
HSL color Cylindrical-coordinate representation of color #FFF95C: hue angle of 57.79º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFF95C is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 92 | - |
| CMYK | 0 | 0.02 | 0.64 | 0 |
| HSL | 57.79º | 1% | 0.68% | - |
| HSV(B) | 57.79º | 0.64% | 1% | - |
| XYZ | 77.05 | 89.78 | 23.39 | - |
| YUV | 232.9 | 48.49 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 92 | 0 | 0.02 | 0.64 | 0 | 57.79 | 1 | 0.68 |
| Hex | FF | F9 | 5C | 0 | 2 | 40 | 0 | 3A | 64 | 44 |
| Octal | 377 | 371 | 134 | 0 | 2 | 100 | 0 | 72 | 144 | 104 |
| Binary | 11111111 | 11111001 | 1011100 | 0 | 10 | 1000000 | 0 | 111010 | 1100100 | 1000100 |
Color Harmonies of #FFF95C
Complementary color
Monochromatic Colors of #FFF95C
Black with #FFF95C
Text Example
Text Example
White with #FFF95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF95C; }
p { color: rgb(255,249,92); }
H1.HeaderClassName
{
color: #FFF95C;
}
.AnyTagClassName
{
color: #FFF95C;
}
</style>
background-color css
<style>
a { background-color: #FFF95C; }
a { background-color: rgb(255,249,92); }
div.DivClassName
{
background-color: #FFF95C;
}
.BgClassName
{
background-color: #FFF95C;
}
</style>
border-color css
<style>
span { border-color: #FFF95C; }
span { border-color: rgb(255,249,92); }
td.TdClassName
{
border-color: #FFF95C;
}
.TagClassName
{
border-color: #FFF95C;
}
</style>