Shades of Laser Lemon #FFF965
Tints of Laser Lemon #FFF965
RGB
CMYK
RGB Variations
Color information
#FFF965 (or 0xFFF965) is known color: Laser Lemon. HEX triplet: FF, F9 and 65. RGB value is (255,249,101). Sum of RGB (Red+Green+Blue) = 255+249+101=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 101 (39.84% from 255 or 16.69% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF965 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF965 is #00069A. Grayscale: #EAEAEA. Windows color (decimal): -1691 or 6683135. OLE color: 6683135.
HSL color Cylindrical-coordinate representation of color #FFF965: hue angle of 57.66º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFF965 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 101 | - |
| CMYK | 0 | 0.02 | 0.60 | 0 |
| HSL | 57.66º | 1% | 0.7% | - |
| HSV(B) | 57.66º | 0.6% | 1% | - |
| XYZ | 77.46 | 89.95 | 25.59 | - |
| YUV | 233.92 | 52.99 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 101 | 0 | 0.02 | 0.60 | 0 | 57.66 | 1 | 0.7 |
| Hex | FF | F9 | 65 | 0 | 2 | 3C | 0 | 3A | 64 | 46 |
| Octal | 377 | 371 | 145 | 0 | 2 | 74 | 0 | 72 | 144 | 106 |
| Binary | 11111111 | 11111001 | 1100101 | 0 | 10 | 111100 | 0 | 111010 | 1100100 | 1000110 |
Color Harmonies of #FFF965
Complementary color
Monochromatic Colors of #FFF965
Black with #FFF965
Text Example
Text Example
White with #FFF965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF965; }
p { color: rgb(255,249,101); }
H1.HeaderClassName
{
color: #FFF965;
}
.AnyTagClassName
{
color: #FFF965;
}
</style>
background-color css
<style>
a { background-color: #FFF965; }
a { background-color: rgb(255,249,101); }
div.DivClassName
{
background-color: #FFF965;
}
.BgClassName
{
background-color: #FFF965;
}
</style>
border-color css
<style>
span { border-color: #FFF965; }
span { border-color: rgb(255,249,101); }
td.TdClassName
{
border-color: #FFF965;
}
.TagClassName
{
border-color: #FFF965;
}
</style>