Shades of Lemon #FAF206
Tints of Lemon #FAF206
RGB
CMYK
RGB Variations
Color information
#FAF206 (or 0xFAF206) is known color: Lemon. HEX triplet: FA, F2 and 06. RGB value is (250,242,6). Sum of RGB (Red+Green+Blue) = 250+242+6=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 6 (2.73% from 255 or 1.20% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF206 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF206 is #050DF9. Grayscale: #DADADA. Windows color (decimal): -331258 or 455418. OLE color: 455418.
HSL color Cylindrical-coordinate representation of color #FAF206: hue angle of 58.03º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAF206 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 6 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.02 |
| HSL | 58.03º | 0.96% | 0.5% | - |
| HSV(B) | 58.03º | 0.98% | 0.98% | - |
| XYZ | 71.21 | 83.84 | 12.6 | - |
| YUV | 217.49 | 8.65 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 6 | 0 | 0.03 | 0.98 | 0.02 | 58.03 | 0.96 | 0.5 |
| Hex | FA | F2 | 6 | 0 | 3 | 62 | 2 | 3A | 60 | 32 |
| Octal | 372 | 362 | 6 | 0 | 3 | 142 | 2 | 72 | 140 | 62 |
| Binary | 11111010 | 11110010 | 110 | 0 | 11 | 1100010 | 10 | 111010 | 1100000 | 110010 |
Color Harmonies of #FAF206
Complementary color
Monochromatic Colors of #FAF206
Black with #FAF206
Text Example
Text Example
White with #FAF206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF206; }
p { color: rgb(250,242,6); }
H1.HeaderClassName
{
color: #FAF206;
}
.AnyTagClassName
{
color: #FAF206;
}
</style>
background-color css
<style>
a { background-color: #FAF206; }
a { background-color: rgb(250,242,6); }
div.DivClassName
{
background-color: #FAF206;
}
.BgClassName
{
background-color: #FAF206;
}
</style>
border-color css
<style>
span { border-color: #FAF206; }
span { border-color: rgb(250,242,6); }
td.TdClassName
{
border-color: #FAF206;
}
.TagClassName
{
border-color: #FAF206;
}
</style>