Shades of Lemon #F9F81C
Tints of Lemon #F9F81C
RGB
CMYK
RGB Variations
Color information
#F9F81C (or 0xF9F81C) is known color: Lemon. HEX triplet: F9, F8 and 1C. RGB value is (249,248,28). Sum of RGB (Red+Green+Blue) = 249+248+28=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 28 (11.33% from 255 or 5.33% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F81C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F81C is #0607E3. Grayscale: #E0E0E0. Windows color (decimal): -395236 or 1898745. OLE color: 1898745.
HSL color Cylindrical-coordinate representation of color #F9F81C: hue angle of 59.73º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9F81C is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 248 | 28 | - |
| CMYK | 0 | 0.00 | 0.89 | 0.02 |
| HSL | 59.73º | 0.95% | 0.54% | - |
| HSV(B) | 59.73º | 0.89% | 0.98% | - |
| XYZ | 72.84 | 87.36 | 14.12 | - |
| YUV | 223.22 | 17.83 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 248 | 28 | 0 | 0.00 | 0.89 | 0.02 | 59.73 | 0.95 | 0.54 |
| Hex | F9 | F8 | 1C | 0 | 0 | 59 | 2 | 3C | 5F | 36 |
| Octal | 371 | 370 | 34 | 0 | 0 | 131 | 2 | 74 | 137 | 66 |
| Binary | 11111001 | 11111000 | 11100 | 0 | 0 | 1011001 | 10 | 111100 | 1011111 | 110110 |
Color Harmonies of #F9F81C
Complementary color
Monochromatic Colors of #F9F81C
Black with #F9F81C
Text Example
Text Example
White with #F9F81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F81C; }
p { color: rgb(249,248,28); }
H1.HeaderClassName
{
color: #F9F81C;
}
.AnyTagClassName
{
color: #F9F81C;
}
</style>
background-color css
<style>
a { background-color: #F9F81C; }
a { background-color: rgb(249,248,28); }
div.DivClassName
{
background-color: #F9F81C;
}
.BgClassName
{
background-color: #F9F81C;
}
</style>
border-color css
<style>
span { border-color: #F9F81C; }
span { border-color: rgb(249,248,28); }
td.TdClassName
{
border-color: #F9F81C;
}
.TagClassName
{
border-color: #F9F81C;
}
</style>