Shades of Lemon #FAEA16
Tints of Lemon #FAEA16
RGB
CMYK
RGB Variations
Color information
#FAEA16 (or 0xFAEA16) is known color: Lemon. HEX triplet: FA, EA and 16. RGB value is (250,234,22). Sum of RGB (Red+Green+Blue) = 250+234+22=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 22 (8.98% from 255 or 4.35% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA16 is #0515E9. Grayscale: #D7D7D7. Windows color (decimal): -333290 or 1501946. OLE color: 1501946.
HSL color Cylindrical-coordinate representation of color #FAEA16: hue angle of 55.79º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FAEA16 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 22 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.02 |
| HSL | 55.79º | 0.96% | 0.53% | - |
| HSV(B) | 55.79º | 0.91% | 0.98% | - |
| XYZ | 68.99 | 79.23 | 12.42 | - |
| YUV | 214.62 | 19.3 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 22 | 0 | 0.06 | 0.91 | 0.02 | 55.79 | 0.96 | 0.53 |
| Hex | FA | EA | 16 | 0 | 6 | 5B | 2 | 38 | 60 | 35 |
| Octal | 372 | 352 | 26 | 0 | 6 | 133 | 2 | 70 | 140 | 65 |
| Binary | 11111010 | 11101010 | 10110 | 0 | 110 | 1011011 | 10 | 111000 | 1100000 | 110101 |
Color Harmonies of #FAEA16
Complementary color
Monochromatic Colors of #FAEA16
Black with #FAEA16
Text Example
Text Example
White with #FAEA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEA16; }
p { color: rgb(250,234,22); }
H1.HeaderClassName
{
color: #FAEA16;
}
.AnyTagClassName
{
color: #FAEA16;
}
</style>
background-color css
<style>
a { background-color: #FAEA16; }
a { background-color: rgb(250,234,22); }
div.DivClassName
{
background-color: #FAEA16;
}
.BgClassName
{
background-color: #FAEA16;
}
</style>
border-color css
<style>
span { border-color: #FAEA16; }
span { border-color: rgb(250,234,22); }
td.TdClassName
{
border-color: #FAEA16;
}
.TagClassName
{
border-color: #FAEA16;
}
</style>