Shades of Dandelion #FBDB68
Tints of Dandelion #FBDB68
RGB
CMYK
RGB Variations
Color information
#FBDB68 (or 0xFBDB68) is known color: Dandelion. HEX triplet: FB, DB and 68. RGB value is (251,219,104). Sum of RGB (Red+Green+Blue) = 251+219+104=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 104 (41.02% from 255 or 18.12% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB68 is #042497. Grayscale: #D7D7D7. Windows color (decimal): -271512 or 6872059. OLE color: 6872059.
HSL color Cylindrical-coordinate representation of color #FBDB68: hue angle of 46.94º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBDB68 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 104 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.02 |
| HSL | 46.94º | 0.95% | 0.7% | - |
| HSV(B) | 46.94º | 0.59% | 0.98% | - |
| XYZ | 67.61 | 72.17 | 23.46 | - |
| YUV | 215.46 | 65.1 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 104 | 0 | 0.13 | 0.59 | 0.02 | 46.94 | 0.95 | 0.7 |
| Hex | FB | DB | 68 | 0 | D | 3B | 2 | 2F | 5F | 46 |
| Octal | 373 | 333 | 150 | 0 | 15 | 73 | 2 | 57 | 137 | 106 |
| Binary | 11111011 | 11011011 | 1101000 | 0 | 1101 | 111011 | 10 | 101111 | 1011111 | 1000110 |
Color Harmonies of #FBDB68
Complementary color
Monochromatic Colors of #FBDB68
Black with #FBDB68
Text Example
Text Example
White with #FBDB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB68; }
p { color: rgb(251,219,104); }
H1.HeaderClassName
{
color: #FBDB68;
}
.AnyTagClassName
{
color: #FBDB68;
}
</style>
background-color css
<style>
a { background-color: #FBDB68; }
a { background-color: rgb(251,219,104); }
div.DivClassName
{
background-color: #FBDB68;
}
.BgClassName
{
background-color: #FBDB68;
}
</style>
border-color css
<style>
span { border-color: #FBDB68; }
span { border-color: rgb(251,219,104); }
td.TdClassName
{
border-color: #FBDB68;
}
.TagClassName
{
border-color: #FBDB68;
}
</style>