Shades of Lemon #FAF10C
Tints of Lemon #FAF10C
RGB
CMYK
RGB Variations
Color information
#FAF10C (or 0xFAF10C) is known color: Lemon. HEX triplet: FA, F1 and 0C. RGB value is (250,241,12). Sum of RGB (Red+Green+Blue) = 250+241+12=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 12 (5.08% from 255 or 2.39% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF10C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF10C is #050EF3. Grayscale: #DADADA. Windows color (decimal): -331508 or 848378. OLE color: 848378.
HSL color Cylindrical-coordinate representation of color #FAF10C: hue angle of 57.73º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAF10C is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 12 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.02 |
| HSL | 57.73º | 0.96% | 0.51% | - |
| HSV(B) | 57.73º | 0.95% | 0.98% | - |
| XYZ | 70.95 | 83.26 | 12.68 | - |
| YUV | 217.59 | 11.98 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 12 | 0 | 0.04 | 0.95 | 0.02 | 57.73 | 0.96 | 0.51 |
| Hex | FA | F1 | C | 0 | 4 | 5F | 2 | 3A | 60 | 33 |
| Octal | 372 | 361 | 14 | 0 | 4 | 137 | 2 | 72 | 140 | 63 |
| Binary | 11111010 | 11110001 | 1100 | 0 | 100 | 1011111 | 10 | 111010 | 1100000 | 110011 |
Color Harmonies of #FAF10C
Complementary color
Monochromatic Colors of #FAF10C
Black with #FAF10C
Text Example
Text Example
White with #FAF10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF10C; }
p { color: rgb(250,241,12); }
H1.HeaderClassName
{
color: #FAF10C;
}
.AnyTagClassName
{
color: #FAF10C;
}
</style>
background-color css
<style>
a { background-color: #FAF10C; }
a { background-color: rgb(250,241,12); }
div.DivClassName
{
background-color: #FAF10C;
}
.BgClassName
{
background-color: #FAF10C;
}
</style>
border-color css
<style>
span { border-color: #FAF10C; }
span { border-color: rgb(250,241,12); }
td.TdClassName
{
border-color: #FAF10C;
}
.TagClassName
{
border-color: #FAF10C;
}
</style>