Shades of Dandelion #FBDB66
Tints of Dandelion #FBDB66
RGB
CMYK
RGB Variations
Color information
#FBDB66 (or 0xFBDB66) is known color: Dandelion. HEX triplet: FB, DB and 66. RGB value is (251,219,102). Sum of RGB (Red+Green+Blue) = 251+219+102=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 102 (40.23% from 255 or 17.83% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB66 is #042499. Grayscale: #D7D7D7. Windows color (decimal): -271514 or 6740987. OLE color: 6740987.
HSL color Cylindrical-coordinate representation of color #FBDB66: hue angle of 47.11º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBDB66 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 102 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.02 |
| HSL | 47.11º | 0.95% | 0.69% | - |
| HSV(B) | 47.11º | 0.59% | 0.98% | - |
| XYZ | 67.51 | 72.13 | 22.93 | - |
| YUV | 215.23 | 64.1 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 102 | 0 | 0.13 | 0.59 | 0.02 | 47.11 | 0.95 | 0.69 |
| Hex | FB | DB | 66 | 0 | D | 3B | 2 | 2F | 5F | 45 |
| Octal | 373 | 333 | 146 | 0 | 15 | 73 | 2 | 57 | 137 | 105 |
| Binary | 11111011 | 11011011 | 1100110 | 0 | 1101 | 111011 | 10 | 101111 | 1011111 | 1000101 |
Color Harmonies of #FBDB66
Complementary color
Monochromatic Colors of #FBDB66
Black with #FBDB66
Text Example
Text Example
White with #FBDB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB66; }
p { color: rgb(251,219,102); }
H1.HeaderClassName
{
color: #FBDB66;
}
.AnyTagClassName
{
color: #FBDB66;
}
</style>
background-color css
<style>
a { background-color: #FBDB66; }
a { background-color: rgb(251,219,102); }
div.DivClassName
{
background-color: #FBDB66;
}
.BgClassName
{
background-color: #FBDB66;
}
</style>
border-color css
<style>
span { border-color: #FBDB66; }
span { border-color: rgb(251,219,102); }
td.TdClassName
{
border-color: #FBDB66;
}
.TagClassName
{
border-color: #FBDB66;
}
</style>