Shades of Lemon #FAF81E
Tints of Lemon #FAF81E
RGB
CMYK
RGB Variations
Color information
#FAF81E (or 0xFAF81E) is known color: Lemon. HEX triplet: FA, F8 and 1E. RGB value is (250,248,30). Sum of RGB (Red+Green+Blue) = 250+248+30=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 30 (12.11% from 255 or 5.68% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF81E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF81E is #0507E1. Grayscale: #E0E0E0. Windows color (decimal): -329698 or 2029818. OLE color: 2029818.
HSL color Cylindrical-coordinate representation of color #FAF81E: hue angle of 59.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAF81E is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 30 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.02 |
| HSL | 59.45º | 0.96% | 0.55% | - |
| HSV(B) | 59.45º | 0.88% | 0.98% | - |
| XYZ | 73.23 | 87.55 | 14.27 | - |
| YUV | 223.75 | 18.66 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 30 | 0 | 0.01 | 0.88 | 0.02 | 59.45 | 0.96 | 0.55 |
| Hex | FA | F8 | 1E | 0 | 1 | 58 | 2 | 3B | 60 | 37 |
| Octal | 372 | 370 | 36 | 0 | 1 | 130 | 2 | 73 | 140 | 67 |
| Binary | 11111010 | 11111000 | 11110 | 0 | 1 | 1011000 | 10 | 111011 | 1100000 | 110111 |
Color Harmonies of #FAF81E
Complementary color
Monochromatic Colors of #FAF81E
Black with #FAF81E
Text Example
Text Example
White with #FAF81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF81E; }
p { color: rgb(250,248,30); }
H1.HeaderClassName
{
color: #FAF81E;
}
.AnyTagClassName
{
color: #FAF81E;
}
</style>
background-color css
<style>
a { background-color: #FAF81E; }
a { background-color: rgb(250,248,30); }
div.DivClassName
{
background-color: #FAF81E;
}
.BgClassName
{
background-color: #FAF81E;
}
</style>
border-color css
<style>
span { border-color: #FAF81E; }
span { border-color: rgb(250,248,30); }
td.TdClassName
{
border-color: #FAF81E;
}
.TagClassName
{
border-color: #FAF81E;
}
</style>