Shades of Dandelion #FCD762
Tints of Dandelion #FCD762
RGB
CMYK
RGB Variations
Color information
#FCD762 (or 0xFCD762) is known color: Dandelion. HEX triplet: FC, D7 and 62. RGB value is (252,215,98). Sum of RGB (Red+Green+Blue) = 252+215+98=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 98 (38.67% from 255 or 17.35% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD762 is #03289D. Grayscale: #D5D5D5. Windows color (decimal): -207006 or 6477820. OLE color: 6477820.
HSL color Cylindrical-coordinate representation of color #FCD762: hue angle of 45.58º 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 #FCD762 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 98 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.01 |
| HSL | 45.58º | 0.96% | 0.69% | - |
| HSV(B) | 45.58º | 0.61% | 0.99% | - |
| XYZ | 66.65 | 70.18 | 21.59 | - |
| YUV | 212.73 | 63.26 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 98 | 0 | 0.15 | 0.61 | 0.01 | 45.58 | 0.96 | 0.69 |
| Hex | FC | D7 | 62 | 0 | F | 3D | 1 | 2E | 60 | 45 |
| Octal | 374 | 327 | 142 | 0 | 17 | 75 | 1 | 56 | 140 | 105 |
| Binary | 11111100 | 11010111 | 1100010 | 0 | 1111 | 111101 | 1 | 101110 | 1100000 | 1000101 |
Color Harmonies of #FCD762
Complementary color
Monochromatic Colors of #FCD762
Black with #FCD762
Text Example
Text Example
White with #FCD762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD762; }
p { color: rgb(252,215,98); }
H1.HeaderClassName
{
color: #FCD762;
}
.AnyTagClassName
{
color: #FCD762;
}
</style>
background-color css
<style>
a { background-color: #FCD762; }
a { background-color: rgb(252,215,98); }
div.DivClassName
{
background-color: #FCD762;
}
.BgClassName
{
background-color: #FCD762;
}
</style>
border-color css
<style>
span { border-color: #FCD762; }
span { border-color: rgb(252,215,98); }
td.TdClassName
{
border-color: #FCD762;
}
.TagClassName
{
border-color: #FCD762;
}
</style>