Shades of Lemon #FAF81D
Tints of Lemon #FAF81D
RGB
CMYK
RGB Variations
Color information
#FAF81D (or 0xFAF81D) is known color: Lemon. HEX triplet: FA, F8 and 1D. RGB value is (250,248,29). Sum of RGB (Red+Green+Blue) = 250+248+29=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 29 (11.72% from 255 or 5.50% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF81D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF81D is #0507E2. Grayscale: #E0E0E0. Windows color (decimal): -329699 or 1964282. OLE color: 1964282.
HSL color Cylindrical-coordinate representation of color #FAF81D: hue angle of 59.46º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAF81D is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 29 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.02 |
| HSL | 59.46º | 0.96% | 0.55% | - |
| HSV(B) | 59.46º | 0.88% | 0.98% | - |
| XYZ | 73.21 | 87.55 | 14.2 | - |
| YUV | 223.63 | 18.16 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 29 | 0 | 0.01 | 0.88 | 0.02 | 59.46 | 0.96 | 0.55 |
| Hex | FA | F8 | 1D | 0 | 1 | 58 | 2 | 3B | 60 | 37 |
| Octal | 372 | 370 | 35 | 0 | 1 | 130 | 2 | 73 | 140 | 67 |
| Binary | 11111010 | 11111000 | 11101 | 0 | 1 | 1011000 | 10 | 111011 | 1100000 | 110111 |
Color Harmonies of #FAF81D
Complementary color
Monochromatic Colors of #FAF81D
Black with #FAF81D
Text Example
Text Example
White with #FAF81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF81D; }
p { color: rgb(250,248,29); }
H1.HeaderClassName
{
color: #FAF81D;
}
.AnyTagClassName
{
color: #FAF81D;
}
</style>
background-color css
<style>
a { background-color: #FAF81D; }
a { background-color: rgb(250,248,29); }
div.DivClassName
{
background-color: #FAF81D;
}
.BgClassName
{
background-color: #FAF81D;
}
</style>
border-color css
<style>
span { border-color: #FAF81D; }
span { border-color: rgb(250,248,29); }
td.TdClassName
{
border-color: #FAF81D;
}
.TagClassName
{
border-color: #FAF81D;
}
</style>