Shades of Lemon #FAF523
Tints of Lemon #FAF523
RGB
CMYK
RGB Variations
Color information
#FAF523 (or 0xFAF523) is known color: Lemon. HEX triplet: FA, F5 and 23. RGB value is (250,245,35). Sum of RGB (Red+Green+Blue) = 250+245+35=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 35 (14.06% from 255 or 6.60% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF523 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF523 is #050ADC. Grayscale: #DFDFDF. Windows color (decimal): -330461 or 2356730. OLE color: 2356730.
HSL color Cylindrical-coordinate representation of color #FAF523: hue angle of 58.6º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAF523 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 35 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.02 |
| HSL | 58.6º | 0.96% | 0.56% | - |
| HSV(B) | 58.6º | 0.86% | 0.98% | - |
| XYZ | 72.38 | 85.75 | 14.33 | - |
| YUV | 222.56 | 22.16 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 35 | 0 | 0.02 | 0.86 | 0.02 | 58.6 | 0.96 | 0.56 |
| Hex | FA | F5 | 23 | 0 | 2 | 56 | 2 | 3B | 60 | 38 |
| Octal | 372 | 365 | 43 | 0 | 2 | 126 | 2 | 73 | 140 | 70 |
| Binary | 11111010 | 11110101 | 100011 | 0 | 10 | 1010110 | 10 | 111011 | 1100000 | 111000 |
Color Harmonies of #FAF523
Complementary color
Monochromatic Colors of #FAF523
Black with #FAF523
Text Example
Text Example
White with #FAF523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF523; }
p { color: rgb(250,245,35); }
H1.HeaderClassName
{
color: #FAF523;
}
.AnyTagClassName
{
color: #FAF523;
}
</style>
background-color css
<style>
a { background-color: #FAF523; }
a { background-color: rgb(250,245,35); }
div.DivClassName
{
background-color: #FAF523;
}
.BgClassName
{
background-color: #FAF523;
}
</style>
border-color css
<style>
span { border-color: #FAF523; }
span { border-color: rgb(250,245,35); }
td.TdClassName
{
border-color: #FAF523;
}
.TagClassName
{
border-color: #FAF523;
}
</style>