Shades of Dandelion #FBDB65
Tints of Dandelion #FBDB65
RGB
CMYK
RGB Variations
Color information
#FBDB65 (or 0xFBDB65) is known color: Dandelion. HEX triplet: FB, DB and 65. RGB value is (251,219,101). Sum of RGB (Red+Green+Blue) = 251+219+101=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 101 (39.84% from 255 or 17.69% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB65 is #04249A. Grayscale: #D7D7D7. Windows color (decimal): -271515 or 6675451. OLE color: 6675451.
HSL color Cylindrical-coordinate representation of color #FBDB65: hue angle of 47.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBDB65 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 101 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.02 |
| HSL | 47.2º | 0.95% | 0.69% | - |
| HSV(B) | 47.2º | 0.6% | 0.98% | - |
| XYZ | 67.46 | 72.11 | 22.68 | - |
| YUV | 215.12 | 63.6 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 101 | 0 | 0.13 | 0.60 | 0.02 | 47.2 | 0.95 | 0.69 |
| Hex | FB | DB | 65 | 0 | D | 3C | 2 | 2F | 5F | 45 |
| Octal | 373 | 333 | 145 | 0 | 15 | 74 | 2 | 57 | 137 | 105 |
| Binary | 11111011 | 11011011 | 1100101 | 0 | 1101 | 111100 | 10 | 101111 | 1011111 | 1000101 |
Color Harmonies of #FBDB65
Complementary color
Monochromatic Colors of #FBDB65
Black with #FBDB65
Text Example
Text Example
White with #FBDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB65; }
p { color: rgb(251,219,101); }
H1.HeaderClassName
{
color: #FBDB65;
}
.AnyTagClassName
{
color: #FBDB65;
}
</style>
background-color css
<style>
a { background-color: #FBDB65; }
a { background-color: rgb(251,219,101); }
div.DivClassName
{
background-color: #FBDB65;
}
.BgClassName
{
background-color: #FBDB65;
}
</style>
border-color css
<style>
span { border-color: #FBDB65; }
span { border-color: rgb(251,219,101); }
td.TdClassName
{
border-color: #FBDB65;
}
.TagClassName
{
border-color: #FBDB65;
}
</style>