Shades of Lemon #FAE50C
Tints of Lemon #FAE50C
RGB
CMYK
RGB Variations
Color information
#FAE50C (or 0xFAE50C) is known color: Lemon. HEX triplet: FA, E5 and 0C. RGB value is (250,229,12). Sum of RGB (Red+Green+Blue) = 250+229+12=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 12 (5.08% from 255 or 2.44% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE50C is #051AF3. Grayscale: #D3D3D3. Windows color (decimal): -334580 or 845306. OLE color: 845306.
HSL color Cylindrical-coordinate representation of color #FAE50C: hue angle of 54.71º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAE50C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.02 |
| HSL | 54.71º | 0.96% | 0.51% | - |
| HSV(B) | 54.71º | 0.95% | 0.98% | - |
| XYZ | 67.51 | 76.39 | 11.53 | - |
| YUV | 210.54 | 15.96 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 12 | 0 | 0.08 | 0.95 | 0.02 | 54.71 | 0.96 | 0.51 |
| Hex | FA | E5 | C | 0 | 8 | 5F | 2 | 37 | 60 | 33 |
| Octal | 372 | 345 | 14 | 0 | 10 | 137 | 2 | 67 | 140 | 63 |
| Binary | 11111010 | 11100101 | 1100 | 0 | 1000 | 1011111 | 10 | 110111 | 1100000 | 110011 |
Color Harmonies of #FAE50C
Complementary color
Monochromatic Colors of #FAE50C
Black with #FAE50C
Text Example
Text Example
White with #FAE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE50C; }
p { color: rgb(250,229,12); }
H1.HeaderClassName
{
color: #FAE50C;
}
.AnyTagClassName
{
color: #FAE50C;
}
</style>
background-color css
<style>
a { background-color: #FAE50C; }
a { background-color: rgb(250,229,12); }
div.DivClassName
{
background-color: #FAE50C;
}
.BgClassName
{
background-color: #FAE50C;
}
</style>
border-color css
<style>
span { border-color: #FAE50C; }
span { border-color: rgb(250,229,12); }
td.TdClassName
{
border-color: #FAE50C;
}
.TagClassName
{
border-color: #FAE50C;
}
</style>