Shades of Dandelion #FCD567
Tints of Dandelion #FCD567
RGB
CMYK
RGB Variations
Color information
#FCD567 (or 0xFCD567) is known color: Dandelion. HEX triplet: FC, D5 and 67. RGB value is (252,213,103). Sum of RGB (Red+Green+Blue) = 252+213+103=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 103 (40.62% from 255 or 18.13% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD567 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD567 is #032A98. Grayscale: #D4D4D4. Windows color (decimal): -207513 or 6804988. OLE color: 6804988.
HSL color Cylindrical-coordinate representation of color #FCD567: hue angle of 44.3º 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 #FCD567 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 103 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.01 |
| HSL | 44.3º | 0.96% | 0.7% | - |
| HSV(B) | 44.3º | 0.59% | 0.99% | - |
| XYZ | 66.39 | 69.26 | 22.7 | - |
| YUV | 212.12 | 66.42 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 103 | 0 | 0.15 | 0.59 | 0.01 | 44.3 | 0.96 | 0.7 |
| Hex | FC | D5 | 67 | 0 | F | 3B | 1 | 2C | 60 | 46 |
| Octal | 374 | 325 | 147 | 0 | 17 | 73 | 1 | 54 | 140 | 106 |
| Binary | 11111100 | 11010101 | 1100111 | 0 | 1111 | 111011 | 1 | 101100 | 1100000 | 1000110 |
Color Harmonies of #FCD567
Complementary color
Monochromatic Colors of #FCD567
Black with #FCD567
Text Example
Text Example
White with #FCD567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD567; }
p { color: rgb(252,213,103); }
H1.HeaderClassName
{
color: #FCD567;
}
.AnyTagClassName
{
color: #FCD567;
}
</style>
background-color css
<style>
a { background-color: #FCD567; }
a { background-color: rgb(252,213,103); }
div.DivClassName
{
background-color: #FCD567;
}
.BgClassName
{
background-color: #FCD567;
}
</style>
border-color css
<style>
span { border-color: #FCD567; }
span { border-color: rgb(252,213,103); }
td.TdClassName
{
border-color: #FCD567;
}
.TagClassName
{
border-color: #FCD567;
}
</style>