Shades of Lemon #FBDF20
Tints of Lemon #FBDF20
RGB
CMYK
RGB Variations
Color information
#FBDF20 (or 0xFBDF20) is known color: Lemon. HEX triplet: FB, DF and 20. RGB value is (251,223,32). Sum of RGB (Red+Green+Blue) = 251+223+32=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 32 (12.89% from 255 or 6.32% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF20 is #0420DF. Grayscale: #D2D2D2. Windows color (decimal): -270560 or 2154491. OLE color: 2154491.
HSL color Cylindrical-coordinate representation of color #FBDF20: hue angle of 52.33º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBDF20 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 32 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.02 |
| HSL | 52.33º | 0.96% | 0.55% | - |
| HSV(B) | 52.33º | 0.87% | 0.98% | - |
| XYZ | 66.43 | 73.39 | 12.03 | - |
| YUV | 209.6 | 27.78 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 32 | 0 | 0.11 | 0.87 | 0.02 | 52.33 | 0.96 | 0.55 |
| Hex | FB | DF | 20 | 0 | B | 57 | 2 | 34 | 60 | 37 |
| Octal | 373 | 337 | 40 | 0 | 13 | 127 | 2 | 64 | 140 | 67 |
| Binary | 11111011 | 11011111 | 100000 | 0 | 1011 | 1010111 | 10 | 110100 | 1100000 | 110111 |
Color Harmonies of #FBDF20
Complementary color
Monochromatic Colors of #FBDF20
Black with #FBDF20
Text Example
Text Example
White with #FBDF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF20; }
p { color: rgb(251,223,32); }
H1.HeaderClassName
{
color: #FBDF20;
}
.AnyTagClassName
{
color: #FBDF20;
}
</style>
background-color css
<style>
a { background-color: #FBDF20; }
a { background-color: rgb(251,223,32); }
div.DivClassName
{
background-color: #FBDF20;
}
.BgClassName
{
background-color: #FBDF20;
}
</style>
border-color css
<style>
span { border-color: #FBDF20; }
span { border-color: rgb(251,223,32); }
td.TdClassName
{
border-color: #FBDF20;
}
.TagClassName
{
border-color: #FBDF20;
}
</style>