Shades of Dandelion #FBDB61
Tints of Dandelion #FBDB61
RGB
CMYK
RGB Variations
Color information
#FBDB61 (or 0xFBDB61) is known color: Dandelion. HEX triplet: FB, DB and 61. RGB value is (251,219,97). Sum of RGB (Red+Green+Blue) = 251+219+97=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 97 (38.28% from 255 or 17.11% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB61 is #04249E. Grayscale: #D7D7D7. Windows color (decimal): -271519 or 6413307. OLE color: 6413307.
HSL color Cylindrical-coordinate representation of color #FBDB61: hue angle of 47.53º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBDB61 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 97 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.02 |
| HSL | 47.53º | 0.95% | 0.68% | - |
| HSV(B) | 47.53º | 0.61% | 0.98% | - |
| XYZ | 67.27 | 72.04 | 21.67 | - |
| YUV | 214.66 | 61.6 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 97 | 0 | 0.13 | 0.61 | 0.02 | 47.53 | 0.95 | 0.68 |
| Hex | FB | DB | 61 | 0 | D | 3D | 2 | 30 | 5F | 44 |
| Octal | 373 | 333 | 141 | 0 | 15 | 75 | 2 | 60 | 137 | 104 |
| Binary | 11111011 | 11011011 | 1100001 | 0 | 1101 | 111101 | 10 | 110000 | 1011111 | 1000100 |
Color Harmonies of #FBDB61
Complementary color
Monochromatic Colors of #FBDB61
Black with #FBDB61
Text Example
Text Example
White with #FBDB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB61; }
p { color: rgb(251,219,97); }
H1.HeaderClassName
{
color: #FBDB61;
}
.AnyTagClassName
{
color: #FBDB61;
}
</style>
background-color css
<style>
a { background-color: #FBDB61; }
a { background-color: rgb(251,219,97); }
div.DivClassName
{
background-color: #FBDB61;
}
.BgClassName
{
background-color: #FBDB61;
}
</style>
border-color css
<style>
span { border-color: #FBDB61; }
span { border-color: rgb(251,219,97); }
td.TdClassName
{
border-color: #FBDB61;
}
.TagClassName
{
border-color: #FBDB61;
}
</style>