Shades of Dandelion #FBDC68
Tints of Dandelion #FBDC68
RGB
CMYK
RGB Variations
Color information
#FBDC68 (or 0xFBDC68) is known color: Dandelion. HEX triplet: FB, DC and 68. RGB value is (251,220,104). Sum of RGB (Red+Green+Blue) = 251+220+104=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 104 (41.02% from 255 or 18.09% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC68 is #042397. Grayscale: #D8D8D8. Windows color (decimal): -271256 or 6872315. OLE color: 6872315.
HSL color Cylindrical-coordinate representation of color #FBDC68: hue angle of 47.35º 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 #FBDC68 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 104 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.02 |
| HSL | 47.35º | 0.95% | 0.7% | - |
| HSV(B) | 47.35º | 0.59% | 0.98% | - |
| XYZ | 67.88 | 72.7 | 23.55 | - |
| YUV | 216.05 | 64.77 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 104 | 0 | 0.12 | 0.59 | 0.02 | 47.35 | 0.95 | 0.7 |
| Hex | FB | DC | 68 | 0 | C | 3B | 2 | 2F | 5F | 46 |
| Octal | 373 | 334 | 150 | 0 | 14 | 73 | 2 | 57 | 137 | 106 |
| Binary | 11111011 | 11011100 | 1101000 | 0 | 1100 | 111011 | 10 | 101111 | 1011111 | 1000110 |
Color Harmonies of #FBDC68
Complementary color
Monochromatic Colors of #FBDC68
Black with #FBDC68
Text Example
Text Example
White with #FBDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDC68; }
p { color: rgb(251,220,104); }
H1.HeaderClassName
{
color: #FBDC68;
}
.AnyTagClassName
{
color: #FBDC68;
}
</style>
background-color css
<style>
a { background-color: #FBDC68; }
a { background-color: rgb(251,220,104); }
div.DivClassName
{
background-color: #FBDC68;
}
.BgClassName
{
background-color: #FBDC68;
}
</style>
border-color css
<style>
span { border-color: #FBDC68; }
span { border-color: rgb(251,220,104); }
td.TdClassName
{
border-color: #FBDC68;
}
.TagClassName
{
border-color: #FBDC68;
}
</style>