Shades of Dandelion #FCD35C
Tints of Dandelion #FCD35C
RGB
CMYK
RGB Variations
Color information
#FCD35C (or 0xFCD35C) is known color: Dandelion. HEX triplet: FC, D3 and 5C. RGB value is (252,211,92). Sum of RGB (Red+Green+Blue) = 252+211+92=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 92 (36.33% from 255 or 16.58% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD35C is #032CA3. Grayscale: #D2D2D2. Windows color (decimal): -208036 or 6083580. OLE color: 6083580.
HSL color Cylindrical-coordinate representation of color #FCD35C: hue angle of 44.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCD35C is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 92 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.01 |
| HSL | 44.63º | 0.96% | 0.67% | - |
| HSV(B) | 44.63º | 0.63% | 0.99% | - |
| XYZ | 65.37 | 68.06 | 19.82 | - |
| YUV | 209.69 | 61.58 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 92 | 0 | 0.16 | 0.63 | 0.01 | 44.63 | 0.96 | 0.67 |
| Hex | FC | D3 | 5C | 0 | 10 | 3F | 1 | 2D | 60 | 43 |
| Octal | 374 | 323 | 134 | 0 | 20 | 77 | 1 | 55 | 140 | 103 |
| Binary | 11111100 | 11010011 | 1011100 | 0 | 10000 | 111111 | 1 | 101101 | 1100000 | 1000011 |
Color Harmonies of #FCD35C
Complementary color
Monochromatic Colors of #FCD35C
Black with #FCD35C
Text Example
Text Example
White with #FCD35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD35C; }
p { color: rgb(252,211,92); }
H1.HeaderClassName
{
color: #FCD35C;
}
.AnyTagClassName
{
color: #FCD35C;
}
</style>
background-color css
<style>
a { background-color: #FCD35C; }
a { background-color: rgb(252,211,92); }
div.DivClassName
{
background-color: #FCD35C;
}
.BgClassName
{
background-color: #FCD35C;
}
</style>
border-color css
<style>
span { border-color: #FCD35C; }
span { border-color: rgb(252,211,92); }
td.TdClassName
{
border-color: #FCD35C;
}
.TagClassName
{
border-color: #FCD35C;
}
</style>