Shades of Lemon #FAF61D
Tints of Lemon #FAF61D
RGB
CMYK
RGB Variations
Color information
#FAF61D (or 0xFAF61D) is known color: Lemon. HEX triplet: FA, F6 and 1D. RGB value is (250,246,29). Sum of RGB (Red+Green+Blue) = 250+246+29=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 29 (11.72% from 255 or 5.52% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF61D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF61D is #0509E2. Grayscale: #DFDFDF. Windows color (decimal): -330211 or 1963770. OLE color: 1963770.
HSL color Cylindrical-coordinate representation of color #FAF61D: hue angle of 58.91º 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 #FAF61D is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 29 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.02 |
| HSL | 58.91º | 0.96% | 0.55% | - |
| HSV(B) | 58.91º | 0.88% | 0.98% | - |
| XYZ | 72.6 | 86.32 | 14 | - |
| YUV | 222.46 | 18.83 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 29 | 0 | 0.02 | 0.88 | 0.02 | 58.91 | 0.96 | 0.55 |
| Hex | FA | F6 | 1D | 0 | 2 | 58 | 2 | 3B | 60 | 37 |
| Octal | 372 | 366 | 35 | 0 | 2 | 130 | 2 | 73 | 140 | 67 |
| Binary | 11111010 | 11110110 | 11101 | 0 | 10 | 1011000 | 10 | 111011 | 1100000 | 110111 |
Color Harmonies of #FAF61D
Complementary color
Monochromatic Colors of #FAF61D
Black with #FAF61D
Text Example
Text Example
White with #FAF61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF61D; }
p { color: rgb(250,246,29); }
H1.HeaderClassName
{
color: #FAF61D;
}
.AnyTagClassName
{
color: #FAF61D;
}
</style>
background-color css
<style>
a { background-color: #FAF61D; }
a { background-color: rgb(250,246,29); }
div.DivClassName
{
background-color: #FAF61D;
}
.BgClassName
{
background-color: #FAF61D;
}
</style>
border-color css
<style>
span { border-color: #FAF61D; }
span { border-color: rgb(250,246,29); }
td.TdClassName
{
border-color: #FAF61D;
}
.TagClassName
{
border-color: #FAF61D;
}
</style>