Shades of Dandelion #FCDA69
Tints of Dandelion #FCDA69
RGB
CMYK
RGB Variations
Color information
#FCDA69 (or 0xFCDA69) is known color: Dandelion. HEX triplet: FC, DA and 69. RGB value is (252,218,105). Sum of RGB (Red+Green+Blue) = 252+218+105=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 105 (41.41% from 255 or 18.26% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA69 is #032596. Grayscale: #D7D7D7. Windows color (decimal): -206231 or 6937340. OLE color: 6937340.
HSL color Cylindrical-coordinate representation of color #FCDA69: hue angle of 46.12º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCDA69 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 105 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.01 |
| HSL | 46.12º | 0.96% | 0.7% | - |
| HSV(B) | 46.12º | 0.58% | 0.99% | - |
| XYZ | 67.77 | 71.86 | 23.66 | - |
| YUV | 215.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 105 | 0 | 0.13 | 0.58 | 0.01 | 46.12 | 0.96 | 0.7 |
| Hex | FC | DA | 69 | 0 | D | 3A | 1 | 2E | 60 | 46 |
| Octal | 374 | 332 | 151 | 0 | 15 | 72 | 1 | 56 | 140 | 106 |
| Binary | 11111100 | 11011010 | 1101001 | 0 | 1101 | 111010 | 1 | 101110 | 1100000 | 1000110 |
Color Harmonies of #FCDA69
Complementary color
Monochromatic Colors of #FCDA69
Black with #FCDA69
Text Example
Text Example
White with #FCDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA69; }
p { color: rgb(252,218,105); }
H1.HeaderClassName
{
color: #FCDA69;
}
.AnyTagClassName
{
color: #FCDA69;
}
</style>
background-color css
<style>
a { background-color: #FCDA69; }
a { background-color: rgb(252,218,105); }
div.DivClassName
{
background-color: #FCDA69;
}
.BgClassName
{
background-color: #FCDA69;
}
</style>
border-color css
<style>
span { border-color: #FCDA69; }
span { border-color: rgb(252,218,105); }
td.TdClassName
{
border-color: #FCDA69;
}
.TagClassName
{
border-color: #FCDA69;
}
</style>