Shades of Lemon #FAF21B
Tints of Lemon #FAF21B
RGB
CMYK
RGB Variations
Color information
#FAF21B (or 0xFAF21B) is known color: Lemon. HEX triplet: FA, F2 and 1B. RGB value is (250,242,27). Sum of RGB (Red+Green+Blue) = 250+242+27=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 27 (10.94% from 255 or 5.20% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF21B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF21B is #050DE4. Grayscale: #DCDCDC. Windows color (decimal): -331237 or 1831674. OLE color: 1831674.
HSL color Cylindrical-coordinate representation of color #FAF21B: hue angle of 57.85º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAF21B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 27 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.02 |
| HSL | 57.85º | 0.96% | 0.54% | - |
| HSV(B) | 57.85º | 0.89% | 0.98% | - |
| XYZ | 71.37 | 83.91 | 13.47 | - |
| YUV | 219.88 | 19.15 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 27 | 0 | 0.03 | 0.89 | 0.02 | 57.85 | 0.96 | 0.54 |
| Hex | FA | F2 | 1B | 0 | 3 | 59 | 2 | 3A | 60 | 36 |
| Octal | 372 | 362 | 33 | 0 | 3 | 131 | 2 | 72 | 140 | 66 |
| Binary | 11111010 | 11110010 | 11011 | 0 | 11 | 1011001 | 10 | 111010 | 1100000 | 110110 |
Color Harmonies of #FAF21B
Complementary color
Monochromatic Colors of #FAF21B
Black with #FAF21B
Text Example
Text Example
White with #FAF21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF21B; }
p { color: rgb(250,242,27); }
H1.HeaderClassName
{
color: #FAF21B;
}
.AnyTagClassName
{
color: #FAF21B;
}
</style>
background-color css
<style>
a { background-color: #FAF21B; }
a { background-color: rgb(250,242,27); }
div.DivClassName
{
background-color: #FAF21B;
}
.BgClassName
{
background-color: #FAF21B;
}
</style>
border-color css
<style>
span { border-color: #FAF21B; }
span { border-color: rgb(250,242,27); }
td.TdClassName
{
border-color: #FAF21B;
}
.TagClassName
{
border-color: #FAF21B;
}
</style>