Shades of Dandelion #FCD55A
Tints of Dandelion #FCD55A
RGB
CMYK
RGB Variations
Color information
#FCD55A (or 0xFCD55A) is known color: Dandelion. HEX triplet: FC, D5 and 5A. RGB value is (252,213,90). Sum of RGB (Red+Green+Blue) = 252+213+90=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 90 (35.55% from 255 or 16.22% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD55A is #032AA5. Grayscale: #D3D3D3. Windows color (decimal): -207526 or 5953020. OLE color: 5953020.
HSL color Cylindrical-coordinate representation of color #FCD55A: hue angle of 45.56º 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 #FCD55A is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 90 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.01 |
| HSL | 45.56º | 0.96% | 0.67% | - |
| HSV(B) | 45.56º | 0.64% | 0.99% | - |
| XYZ | 65.78 | 69.02 | 19.53 | - |
| YUV | 210.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 90 | 0 | 0.15 | 0.64 | 0.01 | 45.56 | 0.96 | 0.67 |
| Hex | FC | D5 | 5A | 0 | F | 40 | 1 | 2E | 60 | 43 |
| Octal | 374 | 325 | 132 | 0 | 17 | 100 | 1 | 56 | 140 | 103 |
| Binary | 11111100 | 11010101 | 1011010 | 0 | 1111 | 1000000 | 1 | 101110 | 1100000 | 1000011 |
Color Harmonies of #FCD55A
Complementary color
Monochromatic Colors of #FCD55A
Black with #FCD55A
Text Example
Text Example
White with #FCD55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD55A; }
p { color: rgb(252,213,90); }
H1.HeaderClassName
{
color: #FCD55A;
}
.AnyTagClassName
{
color: #FCD55A;
}
</style>
background-color css
<style>
a { background-color: #FCD55A; }
a { background-color: rgb(252,213,90); }
div.DivClassName
{
background-color: #FCD55A;
}
.BgClassName
{
background-color: #FCD55A;
}
</style>
border-color css
<style>
span { border-color: #FCD55A; }
span { border-color: rgb(252,213,90); }
td.TdClassName
{
border-color: #FCD55A;
}
.TagClassName
{
border-color: #FCD55A;
}
</style>