Shades of Dandelion #FCDF62
Tints of Dandelion #FCDF62
RGB
CMYK
RGB Variations
Color information
#FCDF62 (or 0xFCDF62) is known color: Dandelion. HEX triplet: FC, DF and 62. RGB value is (252,223,98). Sum of RGB (Red+Green+Blue) = 252+223+98=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 98 (38.67% from 255 or 17.10% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF62 is #03209D. Grayscale: #D9D9D9. Windows color (decimal): -204958 or 6479868. OLE color: 6479868.
HSL color Cylindrical-coordinate representation of color #FCDF62: hue angle of 48.7º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCDF62 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 98 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.01 |
| HSL | 48.7º | 0.96% | 0.69% | - |
| HSV(B) | 48.7º | 0.61% | 0.99% | - |
| XYZ | 68.74 | 74.35 | 22.28 | - |
| YUV | 217.42 | 60.61 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 98 | 0 | 0.12 | 0.61 | 0.01 | 48.7 | 0.96 | 0.69 |
| Hex | FC | DF | 62 | 0 | C | 3D | 1 | 31 | 60 | 45 |
| Octal | 374 | 337 | 142 | 0 | 14 | 75 | 1 | 61 | 140 | 105 |
| Binary | 11111100 | 11011111 | 1100010 | 0 | 1100 | 111101 | 1 | 110001 | 1100000 | 1000101 |
Color Harmonies of #FCDF62
Complementary color
Monochromatic Colors of #FCDF62
Black with #FCDF62
Text Example
Text Example
White with #FCDF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF62; }
p { color: rgb(252,223,98); }
H1.HeaderClassName
{
color: #FCDF62;
}
.AnyTagClassName
{
color: #FCDF62;
}
</style>
background-color css
<style>
a { background-color: #FCDF62; }
a { background-color: rgb(252,223,98); }
div.DivClassName
{
background-color: #FCDF62;
}
.BgClassName
{
background-color: #FCDF62;
}
</style>
border-color css
<style>
span { border-color: #FCDF62; }
span { border-color: rgb(252,223,98); }
td.TdClassName
{
border-color: #FCDF62;
}
.TagClassName
{
border-color: #FCDF62;
}
</style>