Shades of Lemon #FAE717
Tints of Lemon #FAE717
RGB
CMYK
RGB Variations
Color information
#FAE717 (or 0xFAE717) is known color: Lemon. HEX triplet: FA, E7 and 17. RGB value is (250,231,23). Sum of RGB (Red+Green+Blue) = 250+231+23=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 23 (9.38% from 255 or 4.56% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE717 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE717 is #0518E8. Grayscale: #D5D5D5. Windows color (decimal): -334057 or 1566714. OLE color: 1566714.
HSL color Cylindrical-coordinate representation of color #FAE717: hue angle of 54.98º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAE717 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 23 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.02 |
| HSL | 54.98º | 0.96% | 0.54% | - |
| HSV(B) | 54.98º | 0.91% | 0.98% | - |
| XYZ | 68.15 | 77.54 | 12.18 | - |
| YUV | 212.97 | 20.79 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 23 | 0 | 0.08 | 0.91 | 0.02 | 54.98 | 0.96 | 0.54 |
| Hex | FA | E7 | 17 | 0 | 8 | 5B | 2 | 37 | 60 | 36 |
| Octal | 372 | 347 | 27 | 0 | 10 | 133 | 2 | 67 | 140 | 66 |
| Binary | 11111010 | 11100111 | 10111 | 0 | 1000 | 1011011 | 10 | 110111 | 1100000 | 110110 |
Color Harmonies of #FAE717
Complementary color
Monochromatic Colors of #FAE717
Black with #FAE717
Text Example
Text Example
White with #FAE717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE717; }
p { color: rgb(250,231,23); }
H1.HeaderClassName
{
color: #FAE717;
}
.AnyTagClassName
{
color: #FAE717;
}
</style>
background-color css
<style>
a { background-color: #FAE717; }
a { background-color: rgb(250,231,23); }
div.DivClassName
{
background-color: #FAE717;
}
.BgClassName
{
background-color: #FAE717;
}
</style>
border-color css
<style>
span { border-color: #FAE717; }
span { border-color: rgb(250,231,23); }
td.TdClassName
{
border-color: #FAE717;
}
.TagClassName
{
border-color: #FAE717;
}
</style>