Shades of Lemon #FAF50C
Tints of Lemon #FAF50C
RGB
CMYK
RGB Variations
Color information
#FAF50C (or 0xFAF50C) is known color: Lemon. HEX triplet: FA, F5 and 0C. RGB value is (250,245,12). Sum of RGB (Red+Green+Blue) = 250+245+12=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 12 (5.08% from 255 or 2.37% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF50C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF50C is #050AF3. Grayscale: #DCDCDC. Windows color (decimal): -330484 or 849402. OLE color: 849402.
HSL color Cylindrical-coordinate representation of color #FAF50C: hue angle of 58.74º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAF50C is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 12 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.02 |
| HSL | 58.74º | 0.96% | 0.51% | - |
| HSV(B) | 58.74º | 0.95% | 0.98% | - |
| XYZ | 72.14 | 85.66 | 13.08 | - |
| YUV | 219.93 | 10.66 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 12 | 0 | 0.02 | 0.95 | 0.02 | 58.74 | 0.96 | 0.51 |
| Hex | FA | F5 | C | 0 | 2 | 5F | 2 | 3B | 60 | 33 |
| Octal | 372 | 365 | 14 | 0 | 2 | 137 | 2 | 73 | 140 | 63 |
| Binary | 11111010 | 11110101 | 1100 | 0 | 10 | 1011111 | 10 | 111011 | 1100000 | 110011 |
Color Harmonies of #FAF50C
Complementary color
Monochromatic Colors of #FAF50C
Black with #FAF50C
Text Example
Text Example
White with #FAF50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF50C; }
p { color: rgb(250,245,12); }
H1.HeaderClassName
{
color: #FAF50C;
}
.AnyTagClassName
{
color: #FAF50C;
}
</style>
background-color css
<style>
a { background-color: #FAF50C; }
a { background-color: rgb(250,245,12); }
div.DivClassName
{
background-color: #FAF50C;
}
.BgClassName
{
background-color: #FAF50C;
}
</style>
border-color css
<style>
span { border-color: #FAF50C; }
span { border-color: rgb(250,245,12); }
td.TdClassName
{
border-color: #FAF50C;
}
.TagClassName
{
border-color: #FAF50C;
}
</style>