Shades of Lemon #FAF223
Tints of Lemon #FAF223
RGB
CMYK
RGB Variations
Color information
#FAF223 (or 0xFAF223) is known color: Lemon. HEX triplet: FA, F2 and 23. RGB value is (250,242,35). Sum of RGB (Red+Green+Blue) = 250+242+35=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 35 (14.06% from 255 or 6.64% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF223 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF223 is #050DDC. Grayscale: #DDDDDD. Windows color (decimal): -331229 or 2355962. OLE color: 2355962.
HSL color Cylindrical-coordinate representation of color #FAF223: hue angle of 57.77º 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 #FAF223 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 35 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.02 |
| HSL | 57.77º | 0.96% | 0.56% | - |
| HSV(B) | 57.77º | 0.86% | 0.98% | - |
| XYZ | 71.48 | 83.95 | 14.03 | - |
| YUV | 220.79 | 23.15 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 35 | 0 | 0.03 | 0.86 | 0.02 | 57.77 | 0.96 | 0.56 |
| Hex | FA | F2 | 23 | 0 | 3 | 56 | 2 | 3A | 60 | 38 |
| Octal | 372 | 362 | 43 | 0 | 3 | 126 | 2 | 72 | 140 | 70 |
| Binary | 11111010 | 11110010 | 100011 | 0 | 11 | 1010110 | 10 | 111010 | 1100000 | 111000 |
Color Harmonies of #FAF223
Complementary color
Monochromatic Colors of #FAF223
Black with #FAF223
Text Example
Text Example
White with #FAF223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF223; }
p { color: rgb(250,242,35); }
H1.HeaderClassName
{
color: #FAF223;
}
.AnyTagClassName
{
color: #FAF223;
}
</style>
background-color css
<style>
a { background-color: #FAF223; }
a { background-color: rgb(250,242,35); }
div.DivClassName
{
background-color: #FAF223;
}
.BgClassName
{
background-color: #FAF223;
}
</style>
border-color css
<style>
span { border-color: #FAF223; }
span { border-color: rgb(250,242,35); }
td.TdClassName
{
border-color: #FAF223;
}
.TagClassName
{
border-color: #FAF223;
}
</style>