Shades of Dandelion #FBDB64
Tints of Dandelion #FBDB64
RGB
CMYK
RGB Variations
Color information
#FBDB64 (or 0xFBDB64) is known color: Dandelion. HEX triplet: FB, DB and 64. RGB value is (251,219,100). Sum of RGB (Red+Green+Blue) = 251+219+100=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 100 (39.45% from 255 or 17.54% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB64 is #04249B. Grayscale: #D7D7D7. Windows color (decimal): -271516 or 6609915. OLE color: 6609915.
HSL color Cylindrical-coordinate representation of color #FBDB64: hue angle of 47.28º 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 #FBDB64 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 100 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.02 |
| HSL | 47.28º | 0.95% | 0.69% | - |
| HSV(B) | 47.28º | 0.6% | 0.98% | - |
| XYZ | 67.42 | 72.09 | 22.42 | - |
| YUV | 215 | 63.1 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 100 | 0 | 0.13 | 0.60 | 0.02 | 47.28 | 0.95 | 0.69 |
| Hex | FB | DB | 64 | 0 | D | 3C | 2 | 2F | 5F | 45 |
| Octal | 373 | 333 | 144 | 0 | 15 | 74 | 2 | 57 | 137 | 105 |
| Binary | 11111011 | 11011011 | 1100100 | 0 | 1101 | 111100 | 10 | 101111 | 1011111 | 1000101 |
Color Harmonies of #FBDB64
Complementary color
Monochromatic Colors of #FBDB64
Black with #FBDB64
Text Example
Text Example
White with #FBDB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDB64; }
p { color: rgb(251,219,100); }
H1.HeaderClassName
{
color: #FBDB64;
}
.AnyTagClassName
{
color: #FBDB64;
}
</style>
background-color css
<style>
a { background-color: #FBDB64; }
a { background-color: rgb(251,219,100); }
div.DivClassName
{
background-color: #FBDB64;
}
.BgClassName
{
background-color: #FBDB64;
}
</style>
border-color css
<style>
span { border-color: #FBDB64; }
span { border-color: rgb(251,219,100); }
td.TdClassName
{
border-color: #FBDB64;
}
.TagClassName
{
border-color: #FBDB64;
}
</style>