Shades of Lemon #FAE719
Tints of Lemon #FAE719
RGB
CMYK
RGB Variations
Color information
#FAE719 (or 0xFAE719) is known color: Lemon. HEX triplet: FA, E7 and 19. RGB value is (250,231,25). Sum of RGB (Red+Green+Blue) = 250+231+25=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 25 (10.16% from 255 or 4.94% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE719 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE719 is #0518E6. Grayscale: #D6D6D6. Windows color (decimal): -334055 or 1697786. OLE color: 1697786.
HSL color Cylindrical-coordinate representation of color #FAE719: hue angle of 54.93º degrees, saturation: 0.96, 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 #FAE719 is Cyan = 0, Magento = 0.08, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 25 | - |
| CMYK | 0 | 0.08 | 0.9 | 0.02 |
| HSL | 54.93º | 0.96% | 0.54% | - |
| HSV(B) | 54.93º | 0.9% | 0.98% | - |
| XYZ | 68.18 | 77.55 | 12.29 | - |
| YUV | 213.2 | 21.79 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 25 | 0 | 0.08 | 0.9 | 0.02 | 54.93 | 0.96 | 0.54 |
| Hex | FA | E7 | 19 | 0 | 8 | 5A | 2 | 37 | 60 | 36 |
| Octal | 372 | 347 | 31 | 0 | 10 | 132 | 2 | 67 | 140 | 66 |
| Binary | 11111010 | 11100111 | 11001 | 0 | 1000 | 1011010 | 10 | 110111 | 1100000 | 110110 |
Color Harmonies of #FAE719
Complementary color
Monochromatic Colors of #FAE719
Black with #FAE719
Text Example
Text Example
White with #FAE719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE719; }
p { color: rgb(250,231,25); }
H1.HeaderClassName
{
color: #FAE719;
}
.AnyTagClassName
{
color: #FAE719;
}
</style>
background-color css
<style>
a { background-color: #FAE719; }
a { background-color: rgb(250,231,25); }
div.DivClassName
{
background-color: #FAE719;
}
.BgClassName
{
background-color: #FAE719;
}
</style>
border-color css
<style>
span { border-color: #FAE719; }
span { border-color: rgb(250,231,25); }
td.TdClassName
{
border-color: #FAE719;
}
.TagClassName
{
border-color: #FAE719;
}
</style>