Shades of Dandelion #FCD769
Tints of Dandelion #FCD769
RGB
CMYK
RGB Variations
Color information
#FCD769 (or 0xFCD769) is known color: Dandelion. HEX triplet: FC, D7 and 69. RGB value is (252,215,105). Sum of RGB (Red+Green+Blue) = 252+215+105=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 105 (41.41% from 255 or 18.36% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD769 is #032896. Grayscale: #D6D6D6. Windows color (decimal): -206999 or 6936572. OLE color: 6936572.
HSL color Cylindrical-coordinate representation of color #FCD769: hue angle of 44.9º 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 #FCD769 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 105 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.01 |
| HSL | 44.9º | 0.96% | 0.7% | - |
| HSV(B) | 44.9º | 0.58% | 0.99% | - |
| XYZ | 67 | 70.32 | 23.41 | - |
| YUV | 213.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 105 | 0 | 0.15 | 0.58 | 0.01 | 44.9 | 0.96 | 0.7 |
| Hex | FC | D7 | 69 | 0 | F | 3A | 1 | 2D | 60 | 46 |
| Octal | 374 | 327 | 151 | 0 | 17 | 72 | 1 | 55 | 140 | 106 |
| Binary | 11111100 | 11010111 | 1101001 | 0 | 1111 | 111010 | 1 | 101101 | 1100000 | 1000110 |
Color Harmonies of #FCD769
Complementary color
Monochromatic Colors of #FCD769
Black with #FCD769
Text Example
Text Example
White with #FCD769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD769; }
p { color: rgb(252,215,105); }
H1.HeaderClassName
{
color: #FCD769;
}
.AnyTagClassName
{
color: #FCD769;
}
</style>
background-color css
<style>
a { background-color: #FCD769; }
a { background-color: rgb(252,215,105); }
div.DivClassName
{
background-color: #FCD769;
}
.BgClassName
{
background-color: #FCD769;
}
</style>
border-color css
<style>
span { border-color: #FCD769; }
span { border-color: rgb(252,215,105); }
td.TdClassName
{
border-color: #FCD769;
}
.TagClassName
{
border-color: #FCD769;
}
</style>