Shades of Laser Lemon #FFF85C
Tints of Laser Lemon #FFF85C
RGB
CMYK
RGB Variations
Color information
#FFF85C (or 0xFFF85C) is known color: Laser Lemon. HEX triplet: FF, F8 and 5C. RGB value is (255,248,92). Sum of RGB (Red+Green+Blue) = 255+248+92=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 92 (36.33% from 255 or 15.46% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF85C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF85C is #0007A3. Grayscale: #E8E8E8. Windows color (decimal): -1956 or 6093055. OLE color: 6093055.
HSL color Cylindrical-coordinate representation of color #FFF85C: hue angle of 57.42º 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 #FFF85C is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 92 | - |
| CMYK | 0 | 0.03 | 0.64 | 0 |
| HSL | 57.42º | 1% | 0.68% | - |
| HSV(B) | 57.42º | 0.64% | 1% | - |
| XYZ | 76.74 | 89.17 | 23.29 | - |
| YUV | 232.31 | 48.82 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 92 | 0 | 0.03 | 0.64 | 0 | 57.42 | 1 | 0.68 |
| Hex | FF | F8 | 5C | 0 | 3 | 40 | 0 | 39 | 64 | 44 |
| Octal | 377 | 370 | 134 | 0 | 3 | 100 | 0 | 71 | 144 | 104 |
| Binary | 11111111 | 11111000 | 1011100 | 0 | 11 | 1000000 | 0 | 111001 | 1100100 | 1000100 |
Color Harmonies of #FFF85C
Complementary color
Monochromatic Colors of #FFF85C
Black with #FFF85C
Text Example
Text Example
White with #FFF85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF85C; }
p { color: rgb(255,248,92); }
H1.HeaderClassName
{
color: #FFF85C;
}
.AnyTagClassName
{
color: #FFF85C;
}
</style>
background-color css
<style>
a { background-color: #FFF85C; }
a { background-color: rgb(255,248,92); }
div.DivClassName
{
background-color: #FFF85C;
}
.BgClassName
{
background-color: #FFF85C;
}
</style>
border-color css
<style>
span { border-color: #FFF85C; }
span { border-color: rgb(255,248,92); }
td.TdClassName
{
border-color: #FFF85C;
}
.TagClassName
{
border-color: #FFF85C;
}
</style>