Shades of Lemon #F9F61E
Tints of Lemon #F9F61E
RGB
CMYK
RGB Variations
Color information
#F9F61E (or 0xF9F61E) is known color: Lemon. HEX triplet: F9, F6 and 1E. RGB value is (249,246,30). Sum of RGB (Red+Green+Blue) = 249+246+30=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 30 (12.11% from 255 or 5.71% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F61E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F61E is #0609E1. Grayscale: #DFDFDF. Windows color (decimal): -395746 or 2029305. OLE color: 2029305.
HSL color Cylindrical-coordinate representation of color #F9F61E: hue angle of 59.18º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9F61E is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 246 | 30 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.02 |
| HSL | 59.18º | 0.95% | 0.55% | - |
| HSV(B) | 59.18º | 0.88% | 0.98% | - |
| XYZ | 72.26 | 86.15 | 14.05 | - |
| YUV | 222.27 | 19.49 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 246 | 30 | 0 | 0.01 | 0.88 | 0.02 | 59.18 | 0.95 | 0.55 |
| Hex | F9 | F6 | 1E | 0 | 1 | 58 | 2 | 3B | 5F | 37 |
| Octal | 371 | 366 | 36 | 0 | 1 | 130 | 2 | 73 | 137 | 67 |
| Binary | 11111001 | 11110110 | 11110 | 0 | 1 | 1011000 | 10 | 111011 | 1011111 | 110111 |
Color Harmonies of #F9F61E
Complementary color
Monochromatic Colors of #F9F61E
Black with #F9F61E
Text Example
Text Example
White with #F9F61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F61E; }
p { color: rgb(249,246,30); }
H1.HeaderClassName
{
color: #F9F61E;
}
.AnyTagClassName
{
color: #F9F61E;
}
</style>
background-color css
<style>
a { background-color: #F9F61E; }
a { background-color: rgb(249,246,30); }
div.DivClassName
{
background-color: #F9F61E;
}
.BgClassName
{
background-color: #F9F61E;
}
</style>
border-color css
<style>
span { border-color: #F9F61E; }
span { border-color: rgb(249,246,30); }
td.TdClassName
{
border-color: #F9F61E;
}
.TagClassName
{
border-color: #F9F61E;
}
</style>