Shades of Lemon #FAFE1E
Tints of Lemon #FAFE1E
RGB
CMYK
RGB Variations
Color information
#FAFE1E (or 0xFAFE1E) is known color: Lemon. HEX triplet: FA, FE and 1E. RGB value is (250,254,30). Sum of RGB (Red+Green+Blue) = 250+254+30=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 30 (12.11% from 255 or 5.62% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE1E is #0501E1. Grayscale: #E4E4E4. Windows color (decimal): -328162 or 2031354. OLE color: 2031354.
HSL color Cylindrical-coordinate representation of color #FAFE1E: hue angle of 61.07º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAFE1E is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 30 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.00 |
| HSL | 61.07º | 0.99% | 0.56% | - |
| HSV(B) | 61.07º | 0.88% | 1% | - |
| XYZ | 75.1 | 91.3 | 14.89 | - |
| YUV | 227.27 | 16.67 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 30 | 0.02 | 0 | 0.88 | 0.00 | 61.07 | 0.99 | 0.56 |
| Hex | FA | FE | 1E | 2 | 0 | 58 | 0 | 3D | 63 | 38 |
| Octal | 372 | 376 | 36 | 2 | 0 | 130 | 0 | 75 | 143 | 70 |
| Binary | 11111010 | 11111110 | 11110 | 10 | 0 | 1011000 | 0 | 111101 | 1100011 | 111000 |
Color Harmonies of #FAFE1E
Complementary color
Monochromatic Colors of #FAFE1E
Black with #FAFE1E
Text Example
Text Example
White with #FAFE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE1E; }
p { color: rgb(250,254,30); }
H1.HeaderClassName
{
color: #FAFE1E;
}
.AnyTagClassName
{
color: #FAFE1E;
}
</style>
background-color css
<style>
a { background-color: #FAFE1E; }
a { background-color: rgb(250,254,30); }
div.DivClassName
{
background-color: #FAFE1E;
}
.BgClassName
{
background-color: #FAFE1E;
}
</style>
border-color css
<style>
span { border-color: #FAFE1E; }
span { border-color: rgb(250,254,30); }
td.TdClassName
{
border-color: #FAFE1E;
}
.TagClassName
{
border-color: #FAFE1E;
}
</style>