Shades of Dandelion #FBDE68
Tints of Dandelion #FBDE68
RGB
CMYK
RGB Variations
Color information
#FBDE68 (or 0xFBDE68) is known color: Dandelion. HEX triplet: FB, DE and 68. RGB value is (251,222,104). Sum of RGB (Red+Green+Blue) = 251+222+104=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 104 (41.02% from 255 or 18.02% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDE68 is #042197. Grayscale: #D9D9D9. Windows color (decimal): -270744 or 6872827. OLE color: 6872827.
HSL color Cylindrical-coordinate representation of color #FBDE68: hue angle of 48.16º 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 #FBDE68 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 104 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.02 |
| HSL | 48.16º | 0.95% | 0.7% | - |
| HSV(B) | 48.16º | 0.59% | 0.98% | - |
| XYZ | 68.4 | 73.75 | 23.73 | - |
| YUV | 217.22 | 64.11 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 104 | 0 | 0.12 | 0.59 | 0.02 | 48.16 | 0.95 | 0.7 |
| Hex | FB | DE | 68 | 0 | C | 3B | 2 | 30 | 5F | 46 |
| Octal | 373 | 336 | 150 | 0 | 14 | 73 | 2 | 60 | 137 | 106 |
| Binary | 11111011 | 11011110 | 1101000 | 0 | 1100 | 111011 | 10 | 110000 | 1011111 | 1000110 |
Color Harmonies of #FBDE68
Complementary color
Monochromatic Colors of #FBDE68
Black with #FBDE68
Text Example
Text Example
White with #FBDE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDE68; }
p { color: rgb(251,222,104); }
H1.HeaderClassName
{
color: #FBDE68;
}
.AnyTagClassName
{
color: #FBDE68;
}
</style>
background-color css
<style>
a { background-color: #FBDE68; }
a { background-color: rgb(251,222,104); }
div.DivClassName
{
background-color: #FBDE68;
}
.BgClassName
{
background-color: #FBDE68;
}
</style>
border-color css
<style>
span { border-color: #FBDE68; }
span { border-color: rgb(251,222,104); }
td.TdClassName
{
border-color: #FBDE68;
}
.TagClassName
{
border-color: #FBDE68;
}
</style>