Shades of Lemon #FAF71C
Tints of Lemon #FAF71C
RGB
CMYK
RGB Variations
Color information
#FAF71C (or 0xFAF71C) is known color: Lemon. HEX triplet: FA, F7 and 1C. RGB value is (250,247,28). Sum of RGB (Red+Green+Blue) = 250+247+28=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 28 (11.33% from 255 or 5.33% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF71C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF71C is #0508E3. Grayscale: #DFDFDF. Windows color (decimal): -329956 or 1898490. OLE color: 1898490.
HSL color Cylindrical-coordinate representation of color #FAF71C: hue angle of 59.19º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAF71C is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 28 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.02 |
| HSL | 59.19º | 0.96% | 0.55% | - |
| HSV(B) | 59.19º | 0.89% | 0.98% | - |
| XYZ | 72.89 | 86.93 | 14.04 | - |
| YUV | 222.93 | 17.99 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 28 | 0 | 0.01 | 0.89 | 0.02 | 59.19 | 0.96 | 0.55 |
| Hex | FA | F7 | 1C | 0 | 1 | 59 | 2 | 3B | 60 | 37 |
| Octal | 372 | 367 | 34 | 0 | 1 | 131 | 2 | 73 | 140 | 67 |
| Binary | 11111010 | 11110111 | 11100 | 0 | 1 | 1011001 | 10 | 111011 | 1100000 | 110111 |
Color Harmonies of #FAF71C
Complementary color
Monochromatic Colors of #FAF71C
Black with #FAF71C
Text Example
Text Example
White with #FAF71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF71C; }
p { color: rgb(250,247,28); }
H1.HeaderClassName
{
color: #FAF71C;
}
.AnyTagClassName
{
color: #FAF71C;
}
</style>
background-color css
<style>
a { background-color: #FAF71C; }
a { background-color: rgb(250,247,28); }
div.DivClassName
{
background-color: #FAF71C;
}
.BgClassName
{
background-color: #FAF71C;
}
</style>
border-color css
<style>
span { border-color: #FAF71C; }
span { border-color: rgb(250,247,28); }
td.TdClassName
{
border-color: #FAF71C;
}
.TagClassName
{
border-color: #FAF71C;
}
</style>