Shades of Lemon #FBDF10
Tints of Lemon #FBDF10
RGB
CMYK
RGB Variations
Color information
#FBDF10 (or 0xFBDF10) is known color: Lemon. HEX triplet: FB, DF and 10. RGB value is (251,223,16). Sum of RGB (Red+Green+Blue) = 251+223+16=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 16 (6.64% from 255 or 3.27% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDF10 is #0420EF. Grayscale: #D0D0D0. Windows color (decimal): -270576 or 1105915. OLE color: 1105915.
HSL color Cylindrical-coordinate representation of color #FBDF10: hue angle of 52.85º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBDF10 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 16 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.02 |
| HSL | 52.85º | 0.97% | 0.52% | - |
| HSV(B) | 52.85º | 0.94% | 0.98% | - |
| XYZ | 66.26 | 73.32 | 11.15 | - |
| YUV | 207.77 | 19.78 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 16 | 0 | 0.11 | 0.94 | 0.02 | 52.85 | 0.97 | 0.52 |
| Hex | FB | DF | 10 | 0 | B | 5E | 2 | 35 | 61 | 34 |
| Octal | 373 | 337 | 20 | 0 | 13 | 136 | 2 | 65 | 141 | 64 |
| Binary | 11111011 | 11011111 | 10000 | 0 | 1011 | 1011110 | 10 | 110101 | 1100001 | 110100 |
Color Harmonies of #FBDF10
Complementary color
Monochromatic Colors of #FBDF10
Black with #FBDF10
Text Example
Text Example
White with #FBDF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF10; }
p { color: rgb(251,223,16); }
H1.HeaderClassName
{
color: #FBDF10;
}
.AnyTagClassName
{
color: #FBDF10;
}
</style>
background-color css
<style>
a { background-color: #FBDF10; }
a { background-color: rgb(251,223,16); }
div.DivClassName
{
background-color: #FBDF10;
}
.BgClassName
{
background-color: #FBDF10;
}
</style>
border-color css
<style>
span { border-color: #FBDF10; }
span { border-color: rgb(251,223,16); }
td.TdClassName
{
border-color: #FBDF10;
}
.TagClassName
{
border-color: #FBDF10;
}
</style>