Shades of Lemon #F9E319
Tints of Lemon #F9E319
RGB
CMYK
RGB Variations
Color information
#F9E319 (or 0xF9E319) is known color: Lemon. HEX triplet: F9, E3 and 19. RGB value is (249,227,25). Sum of RGB (Red+Green+Blue) = 249+227+25=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 25 (10.16% from 255 or 4.99% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E319 is #061CE6. Grayscale: #D3D3D3. Windows color (decimal): -400615 or 1696761. OLE color: 1696761.
HSL color Cylindrical-coordinate representation of color #F9E319: hue angle of 54.11º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9E319 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 227 | 25 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.02 |
| HSL | 54.11º | 0.95% | 0.54% | - |
| HSV(B) | 54.11º | 0.9% | 0.98% | - |
| XYZ | 66.71 | 75.15 | 11.91 | - |
| YUV | 210.55 | 23.29 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 227 | 25 | 0 | 0.09 | 0.90 | 0.02 | 54.11 | 0.95 | 0.54 |
| Hex | F9 | E3 | 19 | 0 | 9 | 5A | 2 | 36 | 5F | 36 |
| Octal | 371 | 343 | 31 | 0 | 11 | 132 | 2 | 66 | 137 | 66 |
| Binary | 11111001 | 11100011 | 11001 | 0 | 1001 | 1011010 | 10 | 110110 | 1011111 | 110110 |
Color Harmonies of #F9E319
Complementary color
Monochromatic Colors of #F9E319
Black with #F9E319
Text Example
Text Example
White with #F9E319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E319; }
p { color: rgb(249,227,25); }
H1.HeaderClassName
{
color: #F9E319;
}
.AnyTagClassName
{
color: #F9E319;
}
</style>
background-color css
<style>
a { background-color: #F9E319; }
a { background-color: rgb(249,227,25); }
div.DivClassName
{
background-color: #F9E319;
}
.BgClassName
{
background-color: #F9E319;
}
</style>
border-color css
<style>
span { border-color: #F9E319; }
span { border-color: rgb(249,227,25); }
td.TdClassName
{
border-color: #F9E319;
}
.TagClassName
{
border-color: #F9E319;
}
</style>