Shades of Dandelion #FCD45B
Tints of Dandelion #FCD45B
RGB
CMYK
RGB Variations
Color information
#FCD45B (or 0xFCD45B) is known color: Dandelion. HEX triplet: FC, D4 and 5B. RGB value is (252,212,91). Sum of RGB (Red+Green+Blue) = 252+212+91=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 91 (35.94% from 255 or 16.40% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD45B is #032BA4. Grayscale: #D2D2D2. Windows color (decimal): -207781 or 6018300. OLE color: 6018300.
HSL color Cylindrical-coordinate representation of color #FCD45B: hue angle of 45.09º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCD45B is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 212 | 91 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.01 |
| HSL | 45.09º | 0.96% | 0.67% | - |
| HSV(B) | 45.09º | 0.64% | 0.99% | - |
| XYZ | 65.58 | 68.54 | 19.67 | - |
| YUV | 210.17 | 60.75 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 212 | 91 | 0 | 0.16 | 0.64 | 0.01 | 45.09 | 0.96 | 0.67 |
| Hex | FC | D4 | 5B | 0 | 10 | 40 | 1 | 2D | 60 | 43 |
| Octal | 374 | 324 | 133 | 0 | 20 | 100 | 1 | 55 | 140 | 103 |
| Binary | 11111100 | 11010100 | 1011011 | 0 | 10000 | 1000000 | 1 | 101101 | 1100000 | 1000011 |
Color Harmonies of #FCD45B
Complementary color
Monochromatic Colors of #FCD45B
Black with #FCD45B
Text Example
Text Example
White with #FCD45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD45B; }
p { color: rgb(252,212,91); }
H1.HeaderClassName
{
color: #FCD45B;
}
.AnyTagClassName
{
color: #FCD45B;
}
</style>
background-color css
<style>
a { background-color: #FCD45B; }
a { background-color: rgb(252,212,91); }
div.DivClassName
{
background-color: #FCD45B;
}
.BgClassName
{
background-color: #FCD45B;
}
</style>
border-color css
<style>
span { border-color: #FCD45B; }
span { border-color: rgb(252,212,91); }
td.TdClassName
{
border-color: #FCD45B;
}
.TagClassName
{
border-color: #FCD45B;
}
</style>