Shades of Laser Lemon #FFF861
Tints of Laser Lemon #FFF861
RGB
CMYK
RGB Variations
Color information
#FFF861 (or 0xFFF861) is known color: Laser Lemon. HEX triplet: FF, F8 and 61. RGB value is (255,248,97). Sum of RGB (Red+Green+Blue) = 255+248+97=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 97 (38.28% from 255 or 16.17% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF861 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF861 is #00079E. Grayscale: #E9E9E9. Windows color (decimal): -1951 or 6420735. OLE color: 6420735.
HSL color Cylindrical-coordinate representation of color #FFF861: hue angle of 57.34º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFF861 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 97 | - |
| CMYK | 0 | 0.03 | 0.62 | 0 |
| HSL | 57.34º | 1% | 0.69% | - |
| HSV(B) | 57.34º | 0.62% | 1% | - |
| XYZ | 76.97 | 89.26 | 24.48 | - |
| YUV | 232.88 | 51.32 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 97 | 0 | 0.03 | 0.62 | 0 | 57.34 | 1 | 0.69 |
| Hex | FF | F8 | 61 | 0 | 3 | 3E | 0 | 39 | 64 | 45 |
| Octal | 377 | 370 | 141 | 0 | 3 | 76 | 0 | 71 | 144 | 105 |
| Binary | 11111111 | 11111000 | 1100001 | 0 | 11 | 111110 | 0 | 111001 | 1100100 | 1000101 |
Color Harmonies of #FFF861
Complementary color
Monochromatic Colors of #FFF861
Black with #FFF861
Text Example
Text Example
White with #FFF861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF861; }
p { color: rgb(255,248,97); }
H1.HeaderClassName
{
color: #FFF861;
}
.AnyTagClassName
{
color: #FFF861;
}
</style>
background-color css
<style>
a { background-color: #FFF861; }
a { background-color: rgb(255,248,97); }
div.DivClassName
{
background-color: #FFF861;
}
.BgClassName
{
background-color: #FFF861;
}
</style>
border-color css
<style>
span { border-color: #FFF861; }
span { border-color: rgb(255,248,97); }
td.TdClassName
{
border-color: #FFF861;
}
.TagClassName
{
border-color: #FFF861;
}
</style>