Shades of Dandelion #FCDC68
Tints of Dandelion #FCDC68
RGB
CMYK
RGB Variations
Color information
#FCDC68 (or 0xFCDC68) is known color: Dandelion. HEX triplet: FC, DC and 68. RGB value is (252,220,104). Sum of RGB (Red+Green+Blue) = 252+220+104=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 104 (41.02% from 255 or 18.06% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC68 is #032397. Grayscale: #D8D8D8. Windows color (decimal): -205720 or 6872316. OLE color: 6872316.
HSL color Cylindrical-coordinate representation of color #FCDC68: hue angle of 47.03º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCDC68 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 104 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.01 |
| HSL | 47.03º | 0.96% | 0.7% | - |
| HSV(B) | 47.03º | 0.59% | 0.99% | - |
| XYZ | 68.24 | 72.88 | 23.57 | - |
| YUV | 216.34 | 64.6 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 104 | 0 | 0.13 | 0.59 | 0.01 | 47.03 | 0.96 | 0.7 |
| Hex | FC | DC | 68 | 0 | D | 3B | 1 | 2F | 60 | 46 |
| Octal | 374 | 334 | 150 | 0 | 15 | 73 | 1 | 57 | 140 | 106 |
| Binary | 11111100 | 11011100 | 1101000 | 0 | 1101 | 111011 | 1 | 101111 | 1100000 | 1000110 |
Color Harmonies of #FCDC68
Complementary color
Monochromatic Colors of #FCDC68
Black with #FCDC68
Text Example
Text Example
White with #FCDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC68; }
p { color: rgb(252,220,104); }
H1.HeaderClassName
{
color: #FCDC68;
}
.AnyTagClassName
{
color: #FCDC68;
}
</style>
background-color css
<style>
a { background-color: #FCDC68; }
a { background-color: rgb(252,220,104); }
div.DivClassName
{
background-color: #FCDC68;
}
.BgClassName
{
background-color: #FCDC68;
}
</style>
border-color css
<style>
span { border-color: #FCDC68; }
span { border-color: rgb(252,220,104); }
td.TdClassName
{
border-color: #FCDC68;
}
.TagClassName
{
border-color: #FCDC68;
}
</style>