Shades of Lemon #FBF315
Tints of Lemon #FBF315
RGB
CMYK
RGB Variations
Color information
#FBF315 (or 0xFBF315) is known color: Lemon. HEX triplet: FB, F3 and 15. RGB value is (251,243,21). Sum of RGB (Red+Green+Blue) = 251+243+21=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 21 (8.59% from 255 or 4.08% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF315 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF315 is #040CEA. Grayscale: #DCDCDC. Windows color (decimal): -265451 or 1438715. OLE color: 1438715.
HSL color Cylindrical-coordinate representation of color #FBF315: hue angle of 57.91º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FBF315 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 21 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.02 |
| HSL | 57.91º | 0.97% | 0.53% | - |
| HSV(B) | 57.91º | 0.92% | 0.98% | - |
| XYZ | 71.97 | 84.66 | 13.26 | - |
| YUV | 220.08 | 15.65 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 21 | 0 | 0.03 | 0.92 | 0.02 | 57.91 | 0.97 | 0.53 |
| Hex | FB | F3 | 15 | 0 | 3 | 5C | 2 | 3A | 61 | 35 |
| Octal | 373 | 363 | 25 | 0 | 3 | 134 | 2 | 72 | 141 | 65 |
| Binary | 11111011 | 11110011 | 10101 | 0 | 11 | 1011100 | 10 | 111010 | 1100001 | 110101 |
Color Harmonies of #FBF315
Complementary color
Monochromatic Colors of #FBF315
Black with #FBF315
Text Example
Text Example
White with #FBF315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF315; }
p { color: rgb(251,243,21); }
H1.HeaderClassName
{
color: #FBF315;
}
.AnyTagClassName
{
color: #FBF315;
}
</style>
background-color css
<style>
a { background-color: #FBF315; }
a { background-color: rgb(251,243,21); }
div.DivClassName
{
background-color: #FBF315;
}
.BgClassName
{
background-color: #FBF315;
}
</style>
border-color css
<style>
span { border-color: #FBF315; }
span { border-color: rgb(251,243,21); }
td.TdClassName
{
border-color: #FBF315;
}
.TagClassName
{
border-color: #FBF315;
}
</style>