Shades of Dandelion #FBDC5E
Tints of Dandelion #FBDC5E
RGB
CMYK
RGB Variations
Color information
#FBDC5E (or 0xFBDC5E) is known color: Dandelion. HEX triplet: FB, DC and 5E. RGB value is (251,220,94). Sum of RGB (Red+Green+Blue) = 251+220+94=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 94 (37.11% from 255 or 16.64% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC5E is #0423A1. Grayscale: #D7D7D7. Windows color (decimal): -271266 or 6216955. OLE color: 6216955.
HSL color Cylindrical-coordinate representation of color #FBDC5E: hue angle of 48.15º 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 #FBDC5E is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 94 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.02 |
| HSL | 48.15º | 0.95% | 0.68% | - |
| HSV(B) | 48.15º | 0.63% | 0.98% | - |
| XYZ | 67.4 | 72.5 | 21.03 | - |
| YUV | 214.91 | 59.77 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 94 | 0 | 0.12 | 0.63 | 0.02 | 48.15 | 0.95 | 0.68 |
| Hex | FB | DC | 5E | 0 | C | 3F | 2 | 30 | 5F | 44 |
| Octal | 373 | 334 | 136 | 0 | 14 | 77 | 2 | 60 | 137 | 104 |
| Binary | 11111011 | 11011100 | 1011110 | 0 | 1100 | 111111 | 10 | 110000 | 1011111 | 1000100 |
Color Harmonies of #FBDC5E
Complementary color
Monochromatic Colors of #FBDC5E
Black with #FBDC5E
Text Example
Text Example
White with #FBDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC5E; }
p { color: rgb(251,220,94); }
H1.HeaderClassName
{
color: #FBDC5E;
}
.AnyTagClassName
{
color: #FBDC5E;
}
</style>
background-color css
<style>
a { background-color: #FBDC5E; }
a { background-color: rgb(251,220,94); }
div.DivClassName
{
background-color: #FBDC5E;
}
.BgClassName
{
background-color: #FBDC5E;
}
</style>
border-color css
<style>
span { border-color: #FBDC5E; }
span { border-color: rgb(251,220,94); }
td.TdClassName
{
border-color: #FBDC5E;
}
.TagClassName
{
border-color: #FBDC5E;
}
</style>