Shades of Lemon #FAF321
Tints of Lemon #FAF321
RGB
CMYK
RGB Variations
Color information
#FAF321 (or 0xFAF321) is known color: Lemon. HEX triplet: FA, F3 and 21. RGB value is (250,243,33). Sum of RGB (Red+Green+Blue) = 250+243+33=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 33 (13.28% from 255 or 6.27% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF321 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF321 is #050CDE. Grayscale: #DEDEDE. Windows color (decimal): -330975 or 2225146. OLE color: 2225146.
HSL color Cylindrical-coordinate representation of color #FAF321: hue angle of 58.06º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FAF321 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 33 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.02 |
| HSL | 58.06º | 0.96% | 0.55% | - |
| HSV(B) | 58.06º | 0.87% | 0.98% | - |
| XYZ | 71.75 | 84.53 | 13.97 | - |
| YUV | 221.15 | 21.82 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 33 | 0 | 0.03 | 0.87 | 0.02 | 58.06 | 0.96 | 0.55 |
| Hex | FA | F3 | 21 | 0 | 3 | 57 | 2 | 3A | 60 | 37 |
| Octal | 372 | 363 | 41 | 0 | 3 | 127 | 2 | 72 | 140 | 67 |
| Binary | 11111010 | 11110011 | 100001 | 0 | 11 | 1010111 | 10 | 111010 | 1100000 | 110111 |
Color Harmonies of #FAF321
Complementary color
Monochromatic Colors of #FAF321
Black with #FAF321
Text Example
Text Example
White with #FAF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF321; }
p { color: rgb(250,243,33); }
H1.HeaderClassName
{
color: #FAF321;
}
.AnyTagClassName
{
color: #FAF321;
}
</style>
background-color css
<style>
a { background-color: #FAF321; }
a { background-color: rgb(250,243,33); }
div.DivClassName
{
background-color: #FAF321;
}
.BgClassName
{
background-color: #FAF321;
}
</style>
border-color css
<style>
span { border-color: #FAF321; }
span { border-color: rgb(250,243,33); }
td.TdClassName
{
border-color: #FAF321;
}
.TagClassName
{
border-color: #FAF321;
}
</style>