Shades of Dandelion #FBDA64
Tints of Dandelion #FBDA64
RGB
CMYK
RGB Variations
Color information
#FBDA64 (or 0xFBDA64) is known color: Dandelion. HEX triplet: FB, DA and 64. RGB value is (251,218,100). Sum of RGB (Red+Green+Blue) = 251+218+100=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 100 (39.45% from 255 or 17.57% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDA64 is #04259B. Grayscale: #D6D6D6. Windows color (decimal): -271772 or 6609659. OLE color: 6609659.
HSL color Cylindrical-coordinate representation of color #FBDA64: hue angle of 46.89º 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 #FBDA64 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 100 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.02 |
| HSL | 46.89º | 0.95% | 0.69% | - |
| HSV(B) | 46.89º | 0.6% | 0.98% | - |
| XYZ | 67.16 | 71.57 | 22.33 | - |
| YUV | 214.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 100 | 0 | 0.13 | 0.60 | 0.02 | 46.89 | 0.95 | 0.69 |
| Hex | FB | DA | 64 | 0 | D | 3C | 2 | 2F | 5F | 45 |
| Octal | 373 | 332 | 144 | 0 | 15 | 74 | 2 | 57 | 137 | 105 |
| Binary | 11111011 | 11011010 | 1100100 | 0 | 1101 | 111100 | 10 | 101111 | 1011111 | 1000101 |
Color Harmonies of #FBDA64
Complementary color
Monochromatic Colors of #FBDA64
Black with #FBDA64
Text Example
Text Example
White with #FBDA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDA64; }
p { color: rgb(251,218,100); }
H1.HeaderClassName
{
color: #FBDA64;
}
.AnyTagClassName
{
color: #FBDA64;
}
</style>
background-color css
<style>
a { background-color: #FBDA64; }
a { background-color: rgb(251,218,100); }
div.DivClassName
{
background-color: #FBDA64;
}
.BgClassName
{
background-color: #FBDA64;
}
</style>
border-color css
<style>
span { border-color: #FBDA64; }
span { border-color: rgb(251,218,100); }
td.TdClassName
{
border-color: #FBDA64;
}
.TagClassName
{
border-color: #FBDA64;
}
</style>