Shades of Lemon #FAF312
Tints of Lemon #FAF312
RGB
CMYK
RGB Variations
Color information
#FAF312 (or 0xFAF312) is known color: Lemon. HEX triplet: FA, F3 and 12. RGB value is (250,243,18). Sum of RGB (Red+Green+Blue) = 250+243+18=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 18 (7.42% from 255 or 3.52% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF312 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF312 is #050CED. Grayscale: #DCDCDC. Windows color (decimal): -330990 or 1242106. OLE color: 1242106.
HSL color Cylindrical-coordinate representation of color #FAF312: hue angle of 58.19º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAF312 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 18 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.02 |
| HSL | 58.19º | 0.96% | 0.53% | - |
| HSV(B) | 58.19º | 0.93% | 0.98% | - |
| XYZ | 71.58 | 84.47 | 13.1 | - |
| YUV | 219.44 | 14.32 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 18 | 0 | 0.03 | 0.93 | 0.02 | 58.19 | 0.96 | 0.53 |
| Hex | FA | F3 | 12 | 0 | 3 | 5D | 2 | 3A | 60 | 35 |
| Octal | 372 | 363 | 22 | 0 | 3 | 135 | 2 | 72 | 140 | 65 |
| Binary | 11111010 | 11110011 | 10010 | 0 | 11 | 1011101 | 10 | 111010 | 1100000 | 110101 |
Color Harmonies of #FAF312
Complementary color
Monochromatic Colors of #FAF312
Black with #FAF312
Text Example
Text Example
White with #FAF312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF312; }
p { color: rgb(250,243,18); }
H1.HeaderClassName
{
color: #FAF312;
}
.AnyTagClassName
{
color: #FAF312;
}
</style>
background-color css
<style>
a { background-color: #FAF312; }
a { background-color: rgb(250,243,18); }
div.DivClassName
{
background-color: #FAF312;
}
.BgClassName
{
background-color: #FAF312;
}
</style>
border-color css
<style>
span { border-color: #FAF312; }
span { border-color: rgb(250,243,18); }
td.TdClassName
{
border-color: #FAF312;
}
.TagClassName
{
border-color: #FAF312;
}
</style>