Shades of Lemon #FBE61C
Tints of Lemon #FBE61C
RGB
CMYK
RGB Variations
Color information
#FBE61C (or 0xFBE61C) is known color: Lemon. HEX triplet: FB, E6 and 1C. RGB value is (251,230,28). Sum of RGB (Red+Green+Blue) = 251+230+28=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 28 (11.33% from 255 or 5.50% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE61C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE61C is #0419E3. Grayscale: #D6D6D6. Windows color (decimal): -268772 or 1894139. OLE color: 1894139.
HSL color Cylindrical-coordinate representation of color #FBE61C: hue angle of 54.35º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FBE61C is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 230 | 28 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.02 |
| HSL | 54.35º | 0.97% | 0.55% | - |
| HSV(B) | 54.35º | 0.89% | 0.98% | - |
| XYZ | 68.29 | 77.19 | 12.4 | - |
| YUV | 213.25 | 23.46 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 230 | 28 | 0 | 0.08 | 0.89 | 0.02 | 54.35 | 0.97 | 0.55 |
| Hex | FB | E6 | 1C | 0 | 8 | 59 | 2 | 36 | 61 | 37 |
| Octal | 373 | 346 | 34 | 0 | 10 | 131 | 2 | 66 | 141 | 67 |
| Binary | 11111011 | 11100110 | 11100 | 0 | 1000 | 1011001 | 10 | 110110 | 1100001 | 110111 |
Color Harmonies of #FBE61C
Complementary color
Monochromatic Colors of #FBE61C
Black with #FBE61C
Text Example
Text Example
White with #FBE61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE61C; }
p { color: rgb(251,230,28); }
H1.HeaderClassName
{
color: #FBE61C;
}
.AnyTagClassName
{
color: #FBE61C;
}
</style>
background-color css
<style>
a { background-color: #FBE61C; }
a { background-color: rgb(251,230,28); }
div.DivClassName
{
background-color: #FBE61C;
}
.BgClassName
{
background-color: #FBE61C;
}
</style>
border-color css
<style>
span { border-color: #FBE61C; }
span { border-color: rgb(251,230,28); }
td.TdClassName
{
border-color: #FBE61C;
}
.TagClassName
{
border-color: #FBE61C;
}
</style>