Shades of Lemon #FAF003
Tints of Lemon #FAF003
RGB
CMYK
RGB Variations
Color information
#FAF003 (or 0xFAF003) is known color: Lemon. HEX triplet: FA, F0 and 03. RGB value is (250,240,3). Sum of RGB (Red+Green+Blue) = 250+240+3=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 3 (1.56% from 255 or 0.61% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF003 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF003 is #050FFC. Grayscale: #D8D8D8. Windows color (decimal): -331773 or 258298. OLE color: 258298.
HSL color Cylindrical-coordinate representation of color #FAF003: hue angle of 57.57º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAF003 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 3 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.02 |
| HSL | 57.57º | 0.98% | 0.5% | - |
| HSV(B) | 57.57º | 0.99% | 0.98% | - |
| XYZ | 70.6 | 82.65 | 12.32 | - |
| YUV | 215.97 | 7.81 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 3 | 0 | 0.04 | 0.99 | 0.02 | 57.57 | 0.98 | 0.5 |
| Hex | FA | F0 | 3 | 0 | 4 | 63 | 2 | 3A | 62 | 32 |
| Octal | 372 | 360 | 3 | 0 | 4 | 143 | 2 | 72 | 142 | 62 |
| Binary | 11111010 | 11110000 | 11 | 0 | 100 | 1100011 | 10 | 111010 | 1100010 | 110010 |
Color Harmonies of #FAF003
Complementary color
Monochromatic Colors of #FAF003
Black with #FAF003
Text Example
Text Example
White with #FAF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF003; }
p { color: rgb(250,240,3); }
H1.HeaderClassName
{
color: #FAF003;
}
.AnyTagClassName
{
color: #FAF003;
}
</style>
background-color css
<style>
a { background-color: #FAF003; }
a { background-color: rgb(250,240,3); }
div.DivClassName
{
background-color: #FAF003;
}
.BgClassName
{
background-color: #FAF003;
}
</style>
border-color css
<style>
span { border-color: #FAF003; }
span { border-color: rgb(250,240,3); }
td.TdClassName
{
border-color: #FAF003;
}
.TagClassName
{
border-color: #FAF003;
}
</style>