Shades of Lemon #FAF40C
Tints of Lemon #FAF40C
RGB
CMYK
RGB Variations
Color information
#FAF40C (or 0xFAF40C) is known color: Lemon. HEX triplet: FA, F4 and 0C. RGB value is (250,244,12). Sum of RGB (Red+Green+Blue) = 250+244+12=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 12 (5.08% from 255 or 2.37% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF40C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF40C is #050BF3. Grayscale: #DCDCDC. Windows color (decimal): -330740 or 849146. OLE color: 849146.
HSL color Cylindrical-coordinate representation of color #FAF40C: hue angle of 58.49º 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 #FAF40C is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 12 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.02 |
| HSL | 58.49º | 0.96% | 0.51% | - |
| HSV(B) | 58.49º | 0.95% | 0.98% | - |
| XYZ | 71.84 | 85.05 | 12.98 | - |
| YUV | 219.35 | 10.99 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 12 | 0 | 0.02 | 0.95 | 0.02 | 58.49 | 0.96 | 0.51 |
| Hex | FA | F4 | C | 0 | 2 | 5F | 2 | 3A | 60 | 33 |
| Octal | 372 | 364 | 14 | 0 | 2 | 137 | 2 | 72 | 140 | 63 |
| Binary | 11111010 | 11110100 | 1100 | 0 | 10 | 1011111 | 10 | 111010 | 1100000 | 110011 |
Color Harmonies of #FAF40C
Complementary color
Monochromatic Colors of #FAF40C
Black with #FAF40C
Text Example
Text Example
White with #FAF40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF40C; }
p { color: rgb(250,244,12); }
H1.HeaderClassName
{
color: #FAF40C;
}
.AnyTagClassName
{
color: #FAF40C;
}
</style>
background-color css
<style>
a { background-color: #FAF40C; }
a { background-color: rgb(250,244,12); }
div.DivClassName
{
background-color: #FAF40C;
}
.BgClassName
{
background-color: #FAF40C;
}
</style>
border-color css
<style>
span { border-color: #FAF40C; }
span { border-color: rgb(250,244,12); }
td.TdClassName
{
border-color: #FAF40C;
}
.TagClassName
{
border-color: #FAF40C;
}
</style>