Shades of Laser Lemon #F9F85C
Tints of Laser Lemon #F9F85C
RGB
CMYK
RGB Variations
Color information
#F9F85C (or 0xF9F85C) is known color: Laser Lemon. HEX triplet: F9, F8 and 5C. RGB value is (249,248,92). Sum of RGB (Red+Green+Blue) = 249+248+92=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 92 (36.33% from 255 or 15.62% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F85C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F85C is #0607A3. Grayscale: #E7E7E7. Windows color (decimal): -395172 or 6093049. OLE color: 6093049.
HSL color Cylindrical-coordinate representation of color #F9F85C: hue angle of 59.62º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9F85C is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 248 | 92 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.02 |
| HSL | 59.62º | 0.93% | 0.67% | - |
| HSV(B) | 59.62º | 0.63% | 0.98% | - |
| XYZ | 74.57 | 88.05 | 23.19 | - |
| YUV | 230.52 | 49.83 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 248 | 92 | 0 | 0.00 | 0.63 | 0.02 | 59.62 | 0.93 | 0.67 |
| Hex | F9 | F8 | 5C | 0 | 0 | 3F | 2 | 3C | 5D | 43 |
| Octal | 371 | 370 | 134 | 0 | 0 | 77 | 2 | 74 | 135 | 103 |
| Binary | 11111001 | 11111000 | 1011100 | 0 | 0 | 111111 | 10 | 111100 | 1011101 | 1000011 |
Color Harmonies of #F9F85C
Complementary color
Monochromatic Colors of #F9F85C
Black with #F9F85C
Text Example
Text Example
White with #F9F85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F85C; }
p { color: rgb(249,248,92); }
H1.HeaderClassName
{
color: #F9F85C;
}
.AnyTagClassName
{
color: #F9F85C;
}
</style>
background-color css
<style>
a { background-color: #F9F85C; }
a { background-color: rgb(249,248,92); }
div.DivClassName
{
background-color: #F9F85C;
}
.BgClassName
{
background-color: #F9F85C;
}
</style>
border-color css
<style>
span { border-color: #F9F85C; }
span { border-color: rgb(249,248,92); }
td.TdClassName
{
border-color: #F9F85C;
}
.TagClassName
{
border-color: #F9F85C;
}
</style>