Shades of Laser Lemon #FFF961
Tints of Laser Lemon #FFF961
RGB
CMYK
RGB Variations
Color information
#FFF961 (or 0xFFF961) is known color: Laser Lemon. HEX triplet: FF, F9 and 61. RGB value is (255,249,97). Sum of RGB (Red+Green+Blue) = 255+249+97=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 97 (38.28% from 255 or 16.14% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF961 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF961 is #00069E. Grayscale: #EAEAEA. Windows color (decimal): -1695 or 6420991. OLE color: 6420991.
HSL color Cylindrical-coordinate representation of color #FFF961: hue angle of 57.72º 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 #FFF961 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 97 | - |
| CMYK | 0 | 0.02 | 0.62 | 0 |
| HSL | 57.72º | 1% | 0.69% | - |
| HSV(B) | 57.72º | 0.62% | 1% | - |
| XYZ | 77.27 | 89.87 | 24.58 | - |
| YUV | 233.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 97 | 0 | 0.02 | 0.62 | 0 | 57.72 | 1 | 0.69 |
| Hex | FF | F9 | 61 | 0 | 2 | 3E | 0 | 3A | 64 | 45 |
| Octal | 377 | 371 | 141 | 0 | 2 | 76 | 0 | 72 | 144 | 105 |
| Binary | 11111111 | 11111001 | 1100001 | 0 | 10 | 111110 | 0 | 111010 | 1100100 | 1000101 |
Color Harmonies of #FFF961
Complementary color
Monochromatic Colors of #FFF961
Black with #FFF961
Text Example
Text Example
White with #FFF961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF961; }
p { color: rgb(255,249,97); }
H1.HeaderClassName
{
color: #FFF961;
}
.AnyTagClassName
{
color: #FFF961;
}
</style>
background-color css
<style>
a { background-color: #FFF961; }
a { background-color: rgb(255,249,97); }
div.DivClassName
{
background-color: #FFF961;
}
.BgClassName
{
background-color: #FFF961;
}
</style>
border-color css
<style>
span { border-color: #FFF961; }
span { border-color: rgb(255,249,97); }
td.TdClassName
{
border-color: #FFF961;
}
.TagClassName
{
border-color: #FFF961;
}
</style>