Shades of Dandelion #FBDF65
Tints of Dandelion #FBDF65
RGB
CMYK
RGB Variations
Color information
#FBDF65 (or 0xFBDF65) is known color: Dandelion. HEX triplet: FB, DF and 65. RGB value is (251,223,101). Sum of RGB (Red+Green+Blue) = 251+223+101=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 101 (39.84% from 255 or 17.57% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF65 is #04209A. Grayscale: #D9D9D9. Windows color (decimal): -270491 or 6676475. OLE color: 6676475.
HSL color Cylindrical-coordinate representation of color #FBDF65: hue angle of 48.8º 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 #FBDF65 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 101 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.02 |
| HSL | 48.8º | 0.95% | 0.69% | - |
| HSV(B) | 48.8º | 0.6% | 0.98% | - |
| XYZ | 68.52 | 74.22 | 23.03 | - |
| YUV | 217.46 | 62.28 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 101 | 0 | 0.11 | 0.60 | 0.02 | 48.8 | 0.95 | 0.69 |
| Hex | FB | DF | 65 | 0 | B | 3C | 2 | 31 | 5F | 45 |
| Octal | 373 | 337 | 145 | 0 | 13 | 74 | 2 | 61 | 137 | 105 |
| Binary | 11111011 | 11011111 | 1100101 | 0 | 1011 | 111100 | 10 | 110001 | 1011111 | 1000101 |
Color Harmonies of #FBDF65
Complementary color
Monochromatic Colors of #FBDF65
Black with #FBDF65
Text Example
Text Example
White with #FBDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF65; }
p { color: rgb(251,223,101); }
H1.HeaderClassName
{
color: #FBDF65;
}
.AnyTagClassName
{
color: #FBDF65;
}
</style>
background-color css
<style>
a { background-color: #FBDF65; }
a { background-color: rgb(251,223,101); }
div.DivClassName
{
background-color: #FBDF65;
}
.BgClassName
{
background-color: #FBDF65;
}
</style>
border-color css
<style>
span { border-color: #FBDF65; }
span { border-color: rgb(251,223,101); }
td.TdClassName
{
border-color: #FBDF65;
}
.TagClassName
{
border-color: #FBDF65;
}
</style>