Shades of Dandelion #FDCF64
Tints of Dandelion #FDCF64
RGB
CMYK
RGB Variations
Color information
#FDCF64 (or 0xFDCF64) is known color: Dandelion. HEX triplet: FD, CF and 64. RGB value is (253,207,100). Sum of RGB (Red+Green+Blue) = 253+207+100=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 100 (39.45% from 255 or 17.86% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCF64 is #02309B. Grayscale: #D1D1D1. Windows color (decimal): -143516 or 6606845. OLE color: 6606845.
HSL color Cylindrical-coordinate representation of color #FDCF64: hue angle of 41.96º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDCF64 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 100 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.01 |
| HSL | 41.96º | 0.97% | 0.69% | - |
| HSV(B) | 41.96º | 0.6% | 0.99% | - |
| XYZ | 65.12 | 66.43 | 21.45 | - |
| YUV | 208.56 | 66.74 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 100 | 0 | 0.18 | 0.60 | 0.01 | 41.96 | 0.97 | 0.69 |
| Hex | FD | CF | 64 | 0 | 12 | 3C | 1 | 2A | 61 | 45 |
| Octal | 375 | 317 | 144 | 0 | 22 | 74 | 1 | 52 | 141 | 105 |
| Binary | 11111101 | 11001111 | 1100100 | 0 | 10010 | 111100 | 1 | 101010 | 1100001 | 1000101 |
Color Harmonies of #FDCF64
Complementary color
Monochromatic Colors of #FDCF64
Black with #FDCF64
Text Example
Text Example
White with #FDCF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCF64; }
p { color: rgb(253,207,100); }
H1.HeaderClassName
{
color: #FDCF64;
}
.AnyTagClassName
{
color: #FDCF64;
}
</style>
background-color css
<style>
a { background-color: #FDCF64; }
a { background-color: rgb(253,207,100); }
div.DivClassName
{
background-color: #FDCF64;
}
.BgClassName
{
background-color: #FDCF64;
}
</style>
border-color css
<style>
span { border-color: #FDCF64; }
span { border-color: rgb(253,207,100); }
td.TdClassName
{
border-color: #FDCF64;
}
.TagClassName
{
border-color: #FDCF64;
}
</style>