Shades of Dandelion #FCD363
Tints of Dandelion #FCD363
RGB
CMYK
RGB Variations
Color information
#FCD363 (or 0xFCD363) is known color: Dandelion. HEX triplet: FC, D3 and 63. RGB value is (252,211,99). Sum of RGB (Red+Green+Blue) = 252+211+99=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 99 (39.06% from 255 or 17.62% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD363 is #032C9C. Grayscale: #D2D2D2. Windows color (decimal): -208029 or 6542332. OLE color: 6542332.
HSL color Cylindrical-coordinate representation of color #FCD363: hue angle of 43.92º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCD363 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 211 | 99 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.01 |
| HSL | 43.92º | 0.96% | 0.69% | - |
| HSV(B) | 43.92º | 0.61% | 0.99% | - |
| XYZ | 65.69 | 68.18 | 21.5 | - |
| YUV | 210.49 | 65.08 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 211 | 99 | 0 | 0.16 | 0.61 | 0.01 | 43.92 | 0.96 | 0.69 |
| Hex | FC | D3 | 63 | 0 | 10 | 3D | 1 | 2C | 60 | 45 |
| Octal | 374 | 323 | 143 | 0 | 20 | 75 | 1 | 54 | 140 | 105 |
| Binary | 11111100 | 11010011 | 1100011 | 0 | 10000 | 111101 | 1 | 101100 | 1100000 | 1000101 |
Color Harmonies of #FCD363
Complementary color
Monochromatic Colors of #FCD363
Black with #FCD363
Text Example
Text Example
White with #FCD363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD363; }
p { color: rgb(252,211,99); }
H1.HeaderClassName
{
color: #FCD363;
}
.AnyTagClassName
{
color: #FCD363;
}
</style>
background-color css
<style>
a { background-color: #FCD363; }
a { background-color: rgb(252,211,99); }
div.DivClassName
{
background-color: #FCD363;
}
.BgClassName
{
background-color: #FCD363;
}
</style>
border-color css
<style>
span { border-color: #FCD363; }
span { border-color: rgb(252,211,99); }
td.TdClassName
{
border-color: #FCD363;
}
.TagClassName
{
border-color: #FCD363;
}
</style>