Shades of Lemon #FBF824
Tints of Lemon #FBF824
RGB
CMYK
RGB Variations
Color information
#FBF824 (or 0xFBF824) is known color: Lemon. HEX triplet: FB, F8 and 24. RGB value is (251,248,36). Sum of RGB (Red+Green+Blue) = 251+248+36=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 36 (14.45% from 255 or 6.73% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF824 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF824 is #0407DB. Grayscale: #E1E1E1. Windows color (decimal): -264156 or 2423035. OLE color: 2423035.
HSL color Cylindrical-coordinate representation of color #FBF824: hue angle of 59.16º 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 #FBF824 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 36 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.02 |
| HSL | 59.16º | 0.96% | 0.56% | - |
| HSV(B) | 59.16º | 0.86% | 0.98% | - |
| XYZ | 73.67 | 87.77 | 14.73 | - |
| YUV | 224.73 | 21.49 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 36 | 0 | 0.01 | 0.86 | 0.02 | 59.16 | 0.96 | 0.56 |
| Hex | FB | F8 | 24 | 0 | 1 | 56 | 2 | 3B | 60 | 38 |
| Octal | 373 | 370 | 44 | 0 | 1 | 126 | 2 | 73 | 140 | 70 |
| Binary | 11111011 | 11111000 | 100100 | 0 | 1 | 1010110 | 10 | 111011 | 1100000 | 111000 |
Color Harmonies of #FBF824
Complementary color
Monochromatic Colors of #FBF824
Black with #FBF824
Text Example
Text Example
White with #FBF824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF824; }
p { color: rgb(251,248,36); }
H1.HeaderClassName
{
color: #FBF824;
}
.AnyTagClassName
{
color: #FBF824;
}
</style>
background-color css
<style>
a { background-color: #FBF824; }
a { background-color: rgb(251,248,36); }
div.DivClassName
{
background-color: #FBF824;
}
.BgClassName
{
background-color: #FBF824;
}
</style>
border-color css
<style>
span { border-color: #FBF824; }
span { border-color: rgb(251,248,36); }
td.TdClassName
{
border-color: #FBF824;
}
.TagClassName
{
border-color: #FBF824;
}
</style>