Shades of Lemon #FBF30B
Tints of Lemon #FBF30B
RGB
CMYK
RGB Variations
Color information
#FBF30B (or 0xFBF30B) is known color: Lemon. HEX triplet: FB, F3 and 0B. RGB value is (251,243,11). Sum of RGB (Red+Green+Blue) = 251+243+11=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 11 (4.69% from 255 or 2.18% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF30B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF30B is #040CF4. Grayscale: #DBDBDB. Windows color (decimal): -265461 or 783355. OLE color: 783355.
HSL color Cylindrical-coordinate representation of color #FBF30B: hue angle of 58º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBF30B is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 11 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.02 |
| HSL | 58º | 0.97% | 0.51% | - |
| HSV(B) | 58º | 0.96% | 0.98% | - |
| XYZ | 71.89 | 84.63 | 12.86 | - |
| YUV | 218.94 | 10.65 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 11 | 0 | 0.03 | 0.96 | 0.02 | 58 | 0.97 | 0.51 |
| Hex | FB | F3 | B | 0 | 3 | 60 | 2 | 3A | 61 | 33 |
| Octal | 373 | 363 | 13 | 0 | 3 | 140 | 2 | 72 | 141 | 63 |
| Binary | 11111011 | 11110011 | 1011 | 0 | 11 | 1100000 | 10 | 111010 | 1100001 | 110011 |
Color Harmonies of #FBF30B
Complementary color
Monochromatic Colors of #FBF30B
Black with #FBF30B
Text Example
Text Example
White with #FBF30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF30B; }
p { color: rgb(251,243,11); }
H1.HeaderClassName
{
color: #FBF30B;
}
.AnyTagClassName
{
color: #FBF30B;
}
</style>
background-color css
<style>
a { background-color: #FBF30B; }
a { background-color: rgb(251,243,11); }
div.DivClassName
{
background-color: #FBF30B;
}
.BgClassName
{
background-color: #FBF30B;
}
</style>
border-color css
<style>
span { border-color: #FBF30B; }
span { border-color: rgb(251,243,11); }
td.TdClassName
{
border-color: #FBF30B;
}
.TagClassName
{
border-color: #FBF30B;
}
</style>