Shades of Lemon #FBF00D
Tints of Lemon #FBF00D
RGB
CMYK
RGB Variations
Color information
#FBF00D (or 0xFBF00D) is known color: Lemon. HEX triplet: FB, F0 and 0D. RGB value is (251,240,13). Sum of RGB (Red+Green+Blue) = 251+240+13=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 13 (5.47% from 255 or 2.58% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF00D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF00D is #040FF2. Grayscale: #DADADA. Windows color (decimal): -266227 or 913659. OLE color: 913659.
HSL color Cylindrical-coordinate representation of color #FBF00D: hue angle of 57.23º 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 #FBF00D is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 13 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.02 |
| HSL | 57.23º | 0.97% | 0.52% | - |
| HSV(B) | 57.23º | 0.95% | 0.98% | - |
| XYZ | 71.02 | 82.86 | 12.63 | - |
| YUV | 217.41 | 12.64 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 13 | 0 | 0.04 | 0.95 | 0.02 | 57.23 | 0.97 | 0.52 |
| Hex | FB | F0 | D | 0 | 4 | 5F | 2 | 39 | 61 | 34 |
| Octal | 373 | 360 | 15 | 0 | 4 | 137 | 2 | 71 | 141 | 64 |
| Binary | 11111011 | 11110000 | 1101 | 0 | 100 | 1011111 | 10 | 111001 | 1100001 | 110100 |
Color Harmonies of #FBF00D
Complementary color
Monochromatic Colors of #FBF00D
Black with #FBF00D
Text Example
Text Example
White with #FBF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF00D; }
p { color: rgb(251,240,13); }
H1.HeaderClassName
{
color: #FBF00D;
}
.AnyTagClassName
{
color: #FBF00D;
}
</style>
background-color css
<style>
a { background-color: #FBF00D; }
a { background-color: rgb(251,240,13); }
div.DivClassName
{
background-color: #FBF00D;
}
.BgClassName
{
background-color: #FBF00D;
}
</style>
border-color css
<style>
span { border-color: #FBF00D; }
span { border-color: rgb(251,240,13); }
td.TdClassName
{
border-color: #FBF00D;
}
.TagClassName
{
border-color: #FBF00D;
}
</style>