Shades of Dandelion #FBDF68
Tints of Dandelion #FBDF68
RGB
CMYK
RGB Variations
Color information
#FBDF68 (or 0xFBDF68) is known color: Dandelion. HEX triplet: FB, DF and 68. RGB value is (251,223,104). Sum of RGB (Red+Green+Blue) = 251+223+104=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 104 (41.02% from 255 or 17.99% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF68 is #042097. Grayscale: #DADADA. Windows color (decimal): -270488 or 6873083. OLE color: 6873083.
HSL color Cylindrical-coordinate representation of color #FBDF68: hue angle of 48.57º 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 #FBDF68 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 104 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.02 |
| HSL | 48.57º | 0.95% | 0.7% | - |
| HSV(B) | 48.57º | 0.59% | 0.98% | - |
| XYZ | 68.67 | 74.28 | 23.82 | - |
| YUV | 217.81 | 63.78 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 104 | 0 | 0.11 | 0.59 | 0.02 | 48.57 | 0.95 | 0.7 |
| Hex | FB | DF | 68 | 0 | B | 3B | 2 | 31 | 5F | 46 |
| Octal | 373 | 337 | 150 | 0 | 13 | 73 | 2 | 61 | 137 | 106 |
| Binary | 11111011 | 11011111 | 1101000 | 0 | 1011 | 111011 | 10 | 110001 | 1011111 | 1000110 |
Color Harmonies of #FBDF68
Complementary color
Monochromatic Colors of #FBDF68
Black with #FBDF68
Text Example
Text Example
White with #FBDF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDF68; }
p { color: rgb(251,223,104); }
H1.HeaderClassName
{
color: #FBDF68;
}
.AnyTagClassName
{
color: #FBDF68;
}
</style>
background-color css
<style>
a { background-color: #FBDF68; }
a { background-color: rgb(251,223,104); }
div.DivClassName
{
background-color: #FBDF68;
}
.BgClassName
{
background-color: #FBDF68;
}
</style>
border-color css
<style>
span { border-color: #FBDF68; }
span { border-color: rgb(251,223,104); }
td.TdClassName
{
border-color: #FBDF68;
}
.TagClassName
{
border-color: #FBDF68;
}
</style>