Shades of Lemon #FBE30C
Tints of Lemon #FBE30C
RGB
CMYK
RGB Variations
Color information
#FBE30C (or 0xFBE30C) is known color: Lemon. HEX triplet: FB, E3 and 0C. RGB value is (251,227,12). Sum of RGB (Red+Green+Blue) = 251+227+12=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 12 (5.08% from 255 or 2.45% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE30C is #041CF3. Grayscale: #D2D2D2. Windows color (decimal): -269556 or 844795. OLE color: 844795.
HSL color Cylindrical-coordinate representation of color #FBE30C: hue angle of 53.97º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBE30C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.02 |
| HSL | 53.97º | 0.97% | 0.52% | - |
| HSV(B) | 53.97º | 0.95% | 0.98% | - |
| XYZ | 67.32 | 75.47 | 11.37 | - |
| YUV | 209.67 | 16.45 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 12 | 0 | 0.10 | 0.95 | 0.02 | 53.97 | 0.97 | 0.52 |
| Hex | FB | E3 | C | 0 | A | 5F | 2 | 36 | 61 | 34 |
| Octal | 373 | 343 | 14 | 0 | 12 | 137 | 2 | 66 | 141 | 64 |
| Binary | 11111011 | 11100011 | 1100 | 0 | 1010 | 1011111 | 10 | 110110 | 1100001 | 110100 |
Color Harmonies of #FBE30C
Complementary color
Monochromatic Colors of #FBE30C
Black with #FBE30C
Text Example
Text Example
White with #FBE30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE30C; }
p { color: rgb(251,227,12); }
H1.HeaderClassName
{
color: #FBE30C;
}
.AnyTagClassName
{
color: #FBE30C;
}
</style>
background-color css
<style>
a { background-color: #FBE30C; }
a { background-color: rgb(251,227,12); }
div.DivClassName
{
background-color: #FBE30C;
}
.BgClassName
{
background-color: #FBE30C;
}
</style>
border-color css
<style>
span { border-color: #FBE30C; }
span { border-color: rgb(251,227,12); }
td.TdClassName
{
border-color: #FBE30C;
}
.TagClassName
{
border-color: #FBE30C;
}
</style>