Shades of Lemon #F9E71A
Tints of Lemon #F9E71A
RGB
CMYK
RGB Variations
Color information
#F9E71A (or 0xF9E71A) is known color: Lemon. HEX triplet: F9, E7 and 1A. RGB value is (249,231,26). Sum of RGB (Red+Green+Blue) = 249+231+26=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 26 (10.55% from 255 or 5.14% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E71A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9E71A is #0618E5. Grayscale: #D5D5D5. Windows color (decimal): -399590 or 1763321. OLE color: 1763321.
HSL color Cylindrical-coordinate representation of color #F9E71A: hue angle of 55.16º 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 #F9E71A is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 231 | 26 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.02 |
| HSL | 55.16º | 0.95% | 0.54% | - |
| HSV(B) | 55.16º | 0.9% | 0.98% | - |
| XYZ | 67.83 | 77.37 | 12.34 | - |
| YUV | 213.01 | 22.46 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 231 | 26 | 0 | 0.07 | 0.90 | 0.02 | 55.16 | 0.95 | 0.54 |
| Hex | F9 | E7 | 1A | 0 | 7 | 5A | 2 | 37 | 5F | 36 |
| Octal | 371 | 347 | 32 | 0 | 7 | 132 | 2 | 67 | 137 | 66 |
| Binary | 11111001 | 11100111 | 11010 | 0 | 111 | 1011010 | 10 | 110111 | 1011111 | 110110 |
Color Harmonies of #F9E71A
Complementary color
Monochromatic Colors of #F9E71A
Black with #F9E71A
Text Example
Text Example
White with #F9E71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E71A; }
p { color: rgb(249,231,26); }
H1.HeaderClassName
{
color: #F9E71A;
}
.AnyTagClassName
{
color: #F9E71A;
}
</style>
background-color css
<style>
a { background-color: #F9E71A; }
a { background-color: rgb(249,231,26); }
div.DivClassName
{
background-color: #F9E71A;
}
.BgClassName
{
background-color: #F9E71A;
}
</style>
border-color css
<style>
span { border-color: #F9E71A; }
span { border-color: rgb(249,231,26); }
td.TdClassName
{
border-color: #F9E71A;
}
.TagClassName
{
border-color: #F9E71A;
}
</style>