Shades of Dandelion #FBD25D
Tints of Dandelion #FBD25D
RGB
CMYK
RGB Variations
Color information
#FBD25D (or 0xFBD25D) is known color: Dandelion. HEX triplet: FB, D2 and 5D. RGB value is (251,210,93). Sum of RGB (Red+Green+Blue) = 251+210+93=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 93 (36.72% from 255 or 16.79% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD25D is #042DA2. Grayscale: #D1D1D1. Windows color (decimal): -273827 or 6148859. OLE color: 6148859.
HSL color Cylindrical-coordinate representation of color #FBD25D: hue angle of 44.43º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBD25D is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 93 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.02 |
| HSL | 44.43º | 0.95% | 0.67% | - |
| HSV(B) | 44.43º | 0.63% | 0.98% | - |
| XYZ | 64.81 | 67.39 | 19.95 | - |
| YUV | 208.92 | 62.58 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 93 | 0 | 0.16 | 0.63 | 0.02 | 44.43 | 0.95 | 0.67 |
| Hex | FB | D2 | 5D | 0 | 10 | 3F | 2 | 2C | 5F | 43 |
| Octal | 373 | 322 | 135 | 0 | 20 | 77 | 2 | 54 | 137 | 103 |
| Binary | 11111011 | 11010010 | 1011101 | 0 | 10000 | 111111 | 10 | 101100 | 1011111 | 1000011 |
Color Harmonies of #FBD25D
Complementary color
Monochromatic Colors of #FBD25D
Black with #FBD25D
Text Example
Text Example
White with #FBD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD25D; }
p { color: rgb(251,210,93); }
H1.HeaderClassName
{
color: #FBD25D;
}
.AnyTagClassName
{
color: #FBD25D;
}
</style>
background-color css
<style>
a { background-color: #FBD25D; }
a { background-color: rgb(251,210,93); }
div.DivClassName
{
background-color: #FBD25D;
}
.BgClassName
{
background-color: #FBD25D;
}
</style>
border-color css
<style>
span { border-color: #FBD25D; }
span { border-color: rgb(251,210,93); }
td.TdClassName
{
border-color: #FBD25D;
}
.TagClassName
{
border-color: #FBD25D;
}
</style>