Shades of Lemon #FAEA0B
Tints of Lemon #FAEA0B
RGB
CMYK
RGB Variations
Color information
#FAEA0B (or 0xFAEA0B) is known color: Lemon. HEX triplet: FA, EA and 0B. RGB value is (250,234,11). Sum of RGB (Red+Green+Blue) = 250+234+11=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 11 (4.69% from 255 or 2.22% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA0B is #0515F4. Grayscale: #D6D6D6. Windows color (decimal): -333301 or 781050. OLE color: 781050.
HSL color Cylindrical-coordinate representation of color #FAEA0B: hue angle of 55.98º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAEA0B is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 11 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.02 |
| HSL | 55.98º | 0.96% | 0.51% | - |
| HSV(B) | 55.98º | 0.96% | 0.98% | - |
| XYZ | 68.91 | 79.19 | 11.97 | - |
| YUV | 213.36 | 13.8 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 11 | 0 | 0.06 | 0.96 | 0.02 | 55.98 | 0.96 | 0.51 |
| Hex | FA | EA | B | 0 | 6 | 60 | 2 | 38 | 60 | 33 |
| Octal | 372 | 352 | 13 | 0 | 6 | 140 | 2 | 70 | 140 | 63 |
| Binary | 11111010 | 11101010 | 1011 | 0 | 110 | 1100000 | 10 | 111000 | 1100000 | 110011 |
Color Harmonies of #FAEA0B
Complementary color
Monochromatic Colors of #FAEA0B
Black with #FAEA0B
Text Example
Text Example
White with #FAEA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEA0B; }
p { color: rgb(250,234,11); }
H1.HeaderClassName
{
color: #FAEA0B;
}
.AnyTagClassName
{
color: #FAEA0B;
}
</style>
background-color css
<style>
a { background-color: #FAEA0B; }
a { background-color: rgb(250,234,11); }
div.DivClassName
{
background-color: #FAEA0B;
}
.BgClassName
{
background-color: #FAEA0B;
}
</style>
border-color css
<style>
span { border-color: #FAEA0B; }
span { border-color: rgb(250,234,11); }
td.TdClassName
{
border-color: #FAEA0B;
}
.TagClassName
{
border-color: #FAEA0B;
}
</style>