Shades of Lemon #FAF50D
Tints of Lemon #FAF50D
RGB
CMYK
RGB Variations
Color information
#FAF50D (or 0xFAF50D) is known color: Lemon. HEX triplet: FA, F5 and 0D. RGB value is (250,245,13). Sum of RGB (Red+Green+Blue) = 250+245+13=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 13 (5.47% from 255 or 2.56% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF50D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF50D is #050AF2. Grayscale: #DCDCDC. Windows color (decimal): -330483 or 914938. OLE color: 914938.
HSL color Cylindrical-coordinate representation of color #FAF50D: hue angle of 58.73º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAF50D is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 13 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.02 |
| HSL | 58.73º | 0.96% | 0.52% | - |
| HSV(B) | 58.73º | 0.95% | 0.98% | - |
| XYZ | 72.15 | 85.66 | 13.11 | - |
| YUV | 220.05 | 11.16 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 13 | 0 | 0.02 | 0.95 | 0.02 | 58.73 | 0.96 | 0.52 |
| Hex | FA | F5 | D | 0 | 2 | 5F | 2 | 3B | 60 | 34 |
| Octal | 372 | 365 | 15 | 0 | 2 | 137 | 2 | 73 | 140 | 64 |
| Binary | 11111010 | 11110101 | 1101 | 0 | 10 | 1011111 | 10 | 111011 | 1100000 | 110100 |
Color Harmonies of #FAF50D
Complementary color
Monochromatic Colors of #FAF50D
Black with #FAF50D
Text Example
Text Example
White with #FAF50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF50D; }
p { color: rgb(250,245,13); }
H1.HeaderClassName
{
color: #FAF50D;
}
.AnyTagClassName
{
color: #FAF50D;
}
</style>
background-color css
<style>
a { background-color: #FAF50D; }
a { background-color: rgb(250,245,13); }
div.DivClassName
{
background-color: #FAF50D;
}
.BgClassName
{
background-color: #FAF50D;
}
</style>
border-color css
<style>
span { border-color: #FAF50D; }
span { border-color: rgb(250,245,13); }
td.TdClassName
{
border-color: #FAF50D;
}
.TagClassName
{
border-color: #FAF50D;
}
</style>