Shades of Dandelion #FBDB5E
Tints of Dandelion #FBDB5E
RGB
CMYK
RGB Variations
Color information
#FBDB5E (or 0xFBDB5E) is known color: Dandelion. HEX triplet: FB, DB and 5E. RGB value is (251,219,94). Sum of RGB (Red+Green+Blue) = 251+219+94=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 94 (37.11% from 255 or 16.67% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB5E is #0424A1. Grayscale: #D6D6D6. Windows color (decimal): -271522 or 6216699. OLE color: 6216699.
HSL color Cylindrical-coordinate representation of color #FBDB5E: hue angle of 47.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBDB5E is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 94 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.02 |
| HSL | 47.77º | 0.95% | 0.68% | - |
| HSV(B) | 47.77º | 0.63% | 0.98% | - |
| XYZ | 67.14 | 71.98 | 20.94 | - |
| YUV | 214.32 | 60.1 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 94 | 0 | 0.13 | 0.63 | 0.02 | 47.77 | 0.95 | 0.68 |
| Hex | FB | DB | 5E | 0 | D | 3F | 2 | 30 | 5F | 44 |
| Octal | 373 | 333 | 136 | 0 | 15 | 77 | 2 | 60 | 137 | 104 |
| Binary | 11111011 | 11011011 | 1011110 | 0 | 1101 | 111111 | 10 | 110000 | 1011111 | 1000100 |
Color Harmonies of #FBDB5E
Complementary color
Monochromatic Colors of #FBDB5E
Black with #FBDB5E
Text Example
Text Example
White with #FBDB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB5E; }
p { color: rgb(251,219,94); }
H1.HeaderClassName
{
color: #FBDB5E;
}
.AnyTagClassName
{
color: #FBDB5E;
}
</style>
background-color css
<style>
a { background-color: #FBDB5E; }
a { background-color: rgb(251,219,94); }
div.DivClassName
{
background-color: #FBDB5E;
}
.BgClassName
{
background-color: #FBDB5E;
}
</style>
border-color css
<style>
span { border-color: #FBDB5E; }
span { border-color: rgb(251,219,94); }
td.TdClassName
{
border-color: #FBDB5E;
}
.TagClassName
{
border-color: #FBDB5E;
}
</style>