Shades of Lemon #FAF123
Tints of Lemon #FAF123
RGB
CMYK
RGB Variations
Color information
#FAF123 (or 0xFAF123) is known color: Lemon. HEX triplet: FA, F1 and 23. RGB value is (250,241,35). Sum of RGB (Red+Green+Blue) = 250+241+35=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 35 (14.06% from 255 or 6.65% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF123 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF123 is #050EDC. Grayscale: #DDDDDD. Windows color (decimal): -331485 or 2355706. OLE color: 2355706.
HSL color Cylindrical-coordinate representation of color #FAF123: hue angle of 57.49º 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 #FAF123 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 35 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.02 |
| HSL | 57.49º | 0.96% | 0.56% | - |
| HSV(B) | 57.49º | 0.86% | 0.98% | - |
| XYZ | 71.18 | 83.36 | 13.93 | - |
| YUV | 220.21 | 23.48 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 35 | 0 | 0.04 | 0.86 | 0.02 | 57.49 | 0.96 | 0.56 |
| Hex | FA | F1 | 23 | 0 | 4 | 56 | 2 | 39 | 60 | 38 |
| Octal | 372 | 361 | 43 | 0 | 4 | 126 | 2 | 71 | 140 | 70 |
| Binary | 11111010 | 11110001 | 100011 | 0 | 100 | 1010110 | 10 | 111001 | 1100000 | 111000 |
Color Harmonies of #FAF123
Complementary color
Monochromatic Colors of #FAF123
Black with #FAF123
Text Example
Text Example
White with #FAF123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF123; }
p { color: rgb(250,241,35); }
H1.HeaderClassName
{
color: #FAF123;
}
.AnyTagClassName
{
color: #FAF123;
}
</style>
background-color css
<style>
a { background-color: #FAF123; }
a { background-color: rgb(250,241,35); }
div.DivClassName
{
background-color: #FAF123;
}
.BgClassName
{
background-color: #FAF123;
}
</style>
border-color css
<style>
span { border-color: #FAF123; }
span { border-color: rgb(250,241,35); }
td.TdClassName
{
border-color: #FAF123;
}
.TagClassName
{
border-color: #FAF123;
}
</style>