Shades of Lemon #FAF816
Tints of Lemon #FAF816
RGB
CMYK
RGB Variations
Color information
#FAF816 (or 0xFAF816) is known color: Lemon. HEX triplet: FA, F8 and 16. RGB value is (250,248,22). Sum of RGB (Red+Green+Blue) = 250+248+22=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 22 (8.98% from 255 or 4.23% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF816 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF816 is #0507E9. Grayscale: #DFDFDF. Windows color (decimal): -329706 or 1505530. OLE color: 1505530.
HSL color Cylindrical-coordinate representation of color #FAF816: hue angle of 59.47º 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 #FAF816 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 22 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.02 |
| HSL | 59.47º | 0.96% | 0.53% | - |
| HSV(B) | 59.47º | 0.91% | 0.98% | - |
| XYZ | 73.14 | 87.52 | 13.8 | - |
| YUV | 222.83 | 14.66 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 22 | 0 | 0.01 | 0.91 | 0.02 | 59.47 | 0.96 | 0.53 |
| Hex | FA | F8 | 16 | 0 | 1 | 5B | 2 | 3B | 60 | 35 |
| Octal | 372 | 370 | 26 | 0 | 1 | 133 | 2 | 73 | 140 | 65 |
| Binary | 11111010 | 11111000 | 10110 | 0 | 1 | 1011011 | 10 | 111011 | 1100000 | 110101 |
Color Harmonies of #FAF816
Complementary color
Monochromatic Colors of #FAF816
Black with #FAF816
Text Example
Text Example
White with #FAF816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF816; }
p { color: rgb(250,248,22); }
H1.HeaderClassName
{
color: #FAF816;
}
.AnyTagClassName
{
color: #FAF816;
}
</style>
background-color css
<style>
a { background-color: #FAF816; }
a { background-color: rgb(250,248,22); }
div.DivClassName
{
background-color: #FAF816;
}
.BgClassName
{
background-color: #FAF816;
}
</style>
border-color css
<style>
span { border-color: #FAF816; }
span { border-color: rgb(250,248,22); }
td.TdClassName
{
border-color: #FAF816;
}
.TagClassName
{
border-color: #FAF816;
}
</style>