Shades of Lemon #F9FA23
Tints of Lemon #F9FA23
RGB
CMYK
RGB Variations
Color information
#F9FA23 (or 0xF9FA23) is known color: Lemon. HEX triplet: F9, FA and 23. RGB value is (249,250,35). Sum of RGB (Red+Green+Blue) = 249+250+35=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 35 (14.06% from 255 or 6.55% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FA23 is #0605DC. Grayscale: #E2E2E2. Windows color (decimal): -394717 or 2358009. OLE color: 2358009.
HSL color Cylindrical-coordinate representation of color #F9FA23: hue angle of 60.28º 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 #F9FA23 is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 35 | - |
| CMYK | 0.00 | 0 | 0.86 | 0.02 |
| HSL | 60.28º | 0.96% | 0.56% | - |
| HSV(B) | 60.28º | 0.86% | 0.98% | - |
| XYZ | 73.56 | 88.63 | 14.82 | - |
| YUV | 225.19 | 20.67 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 35 | 0.00 | 0 | 0.86 | 0.02 | 60.28 | 0.96 | 0.56 |
| Hex | F9 | FA | 23 | 0 | 0 | 56 | 2 | 3C | 60 | 38 |
| Octal | 371 | 372 | 43 | 0 | 0 | 126 | 2 | 74 | 140 | 70 |
| Binary | 11111001 | 11111010 | 100011 | 0 | 0 | 1010110 | 10 | 111100 | 1100000 | 111000 |
Color Harmonies of #F9FA23
Complementary color
Monochromatic Colors of #F9FA23
Black with #F9FA23
Text Example
Text Example
White with #F9FA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FA23; }
p { color: rgb(249,250,35); }
H1.HeaderClassName
{
color: #F9FA23;
}
.AnyTagClassName
{
color: #F9FA23;
}
</style>
background-color css
<style>
a { background-color: #F9FA23; }
a { background-color: rgb(249,250,35); }
div.DivClassName
{
background-color: #F9FA23;
}
.BgClassName
{
background-color: #F9FA23;
}
</style>
border-color css
<style>
span { border-color: #F9FA23; }
span { border-color: rgb(249,250,35); }
td.TdClassName
{
border-color: #F9FA23;
}
.TagClassName
{
border-color: #F9FA23;
}
</style>