Shades of Lemon #FAE41C
Tints of Lemon #FAE41C
RGB
CMYK
RGB Variations
Color information
#FAE41C (or 0xFAE41C) is known color: Lemon. HEX triplet: FA, E4 and 1C. RGB value is (250,228,28). Sum of RGB (Red+Green+Blue) = 250+228+28=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 28 (11.33% from 255 or 5.53% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE41C is #051BE3. Grayscale: #D4D4D4. Windows color (decimal): -334820 or 1893626. OLE color: 1893626.
HSL color Cylindrical-coordinate representation of color #FAE41C: hue angle of 54.05º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAE41C is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 28 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.02 |
| HSL | 54.05º | 0.96% | 0.55% | - |
| HSV(B) | 54.05º | 0.89% | 0.98% | - |
| XYZ | 67.38 | 75.89 | 12.2 | - |
| YUV | 211.78 | 24.29 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 28 | 0 | 0.09 | 0.89 | 0.02 | 54.05 | 0.96 | 0.55 |
| Hex | FA | E4 | 1C | 0 | 9 | 59 | 2 | 36 | 60 | 37 |
| Octal | 372 | 344 | 34 | 0 | 11 | 131 | 2 | 66 | 140 | 67 |
| Binary | 11111010 | 11100100 | 11100 | 0 | 1001 | 1011001 | 10 | 110110 | 1100000 | 110111 |
Color Harmonies of #FAE41C
Complementary color
Monochromatic Colors of #FAE41C
Black with #FAE41C
Text Example
Text Example
White with #FAE41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE41C; }
p { color: rgb(250,228,28); }
H1.HeaderClassName
{
color: #FAE41C;
}
.AnyTagClassName
{
color: #FAE41C;
}
</style>
background-color css
<style>
a { background-color: #FAE41C; }
a { background-color: rgb(250,228,28); }
div.DivClassName
{
background-color: #FAE41C;
}
.BgClassName
{
background-color: #FAE41C;
}
</style>
border-color css
<style>
span { border-color: #FAE41C; }
span { border-color: rgb(250,228,28); }
td.TdClassName
{
border-color: #FAE41C;
}
.TagClassName
{
border-color: #FAE41C;
}
</style>