Shades of Dandelion #FCDC62
Tints of Dandelion #FCDC62
RGB
CMYK
RGB Variations
Color information
#FCDC62 (or 0xFCDC62) is known color: Dandelion. HEX triplet: FC, DC and 62. RGB value is (252,220,98). Sum of RGB (Red+Green+Blue) = 252+220+98=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 98 (38.67% from 255 or 17.19% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC62 is #03239D. Grayscale: #D8D8D8. Windows color (decimal): -205726 or 6479100. OLE color: 6479100.
HSL color Cylindrical-coordinate representation of color #FCDC62: hue angle of 47.53º 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 #FCDC62 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 98 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.01 |
| HSL | 47.53º | 0.96% | 0.69% | - |
| HSV(B) | 47.53º | 0.61% | 0.99% | - |
| XYZ | 67.94 | 72.76 | 22.02 | - |
| YUV | 215.66 | 61.6 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 98 | 0 | 0.13 | 0.61 | 0.01 | 47.53 | 0.96 | 0.69 |
| Hex | FC | DC | 62 | 0 | D | 3D | 1 | 30 | 60 | 45 |
| Octal | 374 | 334 | 142 | 0 | 15 | 75 | 1 | 60 | 140 | 105 |
| Binary | 11111100 | 11011100 | 1100010 | 0 | 1101 | 111101 | 1 | 110000 | 1100000 | 1000101 |
Color Harmonies of #FCDC62
Complementary color
Monochromatic Colors of #FCDC62
Black with #FCDC62
Text Example
Text Example
White with #FCDC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC62; }
p { color: rgb(252,220,98); }
H1.HeaderClassName
{
color: #FCDC62;
}
.AnyTagClassName
{
color: #FCDC62;
}
</style>
background-color css
<style>
a { background-color: #FCDC62; }
a { background-color: rgb(252,220,98); }
div.DivClassName
{
background-color: #FCDC62;
}
.BgClassName
{
background-color: #FCDC62;
}
</style>
border-color css
<style>
span { border-color: #FCDC62; }
span { border-color: rgb(252,220,98); }
td.TdClassName
{
border-color: #FCDC62;
}
.TagClassName
{
border-color: #FCDC62;
}
</style>