Shades of Lemon #FBFA24
Tints of Lemon #FBFA24
RGB
CMYK
RGB Variations
Color information
#FBFA24 (or 0xFBFA24) is known color: Lemon. HEX triplet: FB, FA and 24. RGB value is (251,250,36). Sum of RGB (Red+Green+Blue) = 251+250+36=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 36 (14.45% from 255 or 6.70% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFA24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFA24 is #0405DB. Grayscale: #E2E2E2. Windows color (decimal): -263644 or 2423547. OLE color: 2423547.
HSL color Cylindrical-coordinate representation of color #FBFA24: hue angle of 59.72º 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 #FBFA24 is Cyan = 0, Magento = 0.00, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 36 | - |
| CMYK | 0 | 0.00 | 0.86 | 0.02 |
| HSL | 59.72º | 0.96% | 0.56% | - |
| HSV(B) | 59.72º | 0.86% | 0.98% | - |
| XYZ | 74.29 | 89.01 | 14.93 | - |
| YUV | 225.9 | 20.83 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 36 | 0 | 0.00 | 0.86 | 0.02 | 59.72 | 0.96 | 0.56 |
| Hex | FB | FA | 24 | 0 | 0 | 56 | 2 | 3C | 60 | 38 |
| Octal | 373 | 372 | 44 | 0 | 0 | 126 | 2 | 74 | 140 | 70 |
| Binary | 11111011 | 11111010 | 100100 | 0 | 0 | 1010110 | 10 | 111100 | 1100000 | 111000 |
Color Harmonies of #FBFA24
Complementary color
Monochromatic Colors of #FBFA24
Black with #FBFA24
Text Example
Text Example
White with #FBFA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFA24; }
p { color: rgb(251,250,36); }
H1.HeaderClassName
{
color: #FBFA24;
}
.AnyTagClassName
{
color: #FBFA24;
}
</style>
background-color css
<style>
a { background-color: #FBFA24; }
a { background-color: rgb(251,250,36); }
div.DivClassName
{
background-color: #FBFA24;
}
.BgClassName
{
background-color: #FBFA24;
}
</style>
border-color css
<style>
span { border-color: #FBFA24; }
span { border-color: rgb(251,250,36); }
td.TdClassName
{
border-color: #FBFA24;
}
.TagClassName
{
border-color: #FBFA24;
}
</style>