Shades of Lemon #FBF617
Tints of Lemon #FBF617
RGB
CMYK
RGB Variations
Color information
#FBF617 (or 0xFBF617) is known color: Lemon. HEX triplet: FB, F6 and 17. RGB value is (251,246,23). Sum of RGB (Red+Green+Blue) = 251+246+23=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 23 (9.38% from 255 or 4.42% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF617 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF617 is #0409E8. Grayscale: #DEDEDE. Windows color (decimal): -264681 or 1570555. OLE color: 1570555.
HSL color Cylindrical-coordinate representation of color #FBF617: hue angle of 58.68º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FBF617 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 246 | 23 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.02 |
| HSL | 58.68º | 0.97% | 0.54% | - |
| HSV(B) | 58.68º | 0.91% | 0.98% | - |
| XYZ | 72.89 | 86.48 | 13.66 | - |
| YUV | 222.07 | 15.66 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 246 | 23 | 0 | 0.02 | 0.91 | 0.02 | 58.68 | 0.97 | 0.54 |
| Hex | FB | F6 | 17 | 0 | 2 | 5B | 2 | 3B | 61 | 36 |
| Octal | 373 | 366 | 27 | 0 | 2 | 133 | 2 | 73 | 141 | 66 |
| Binary | 11111011 | 11110110 | 10111 | 0 | 10 | 1011011 | 10 | 111011 | 1100001 | 110110 |
Color Harmonies of #FBF617
Complementary color
Monochromatic Colors of #FBF617
Black with #FBF617
Text Example
Text Example
White with #FBF617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF617; }
p { color: rgb(251,246,23); }
H1.HeaderClassName
{
color: #FBF617;
}
.AnyTagClassName
{
color: #FBF617;
}
</style>
background-color css
<style>
a { background-color: #FBF617; }
a { background-color: rgb(251,246,23); }
div.DivClassName
{
background-color: #FBF617;
}
.BgClassName
{
background-color: #FBF617;
}
</style>
border-color css
<style>
span { border-color: #FBF617; }
span { border-color: rgb(251,246,23); }
td.TdClassName
{
border-color: #FBF617;
}
.TagClassName
{
border-color: #FBF617;
}
</style>