Shades of Dandelion #FCCF62
Tints of Dandelion #FCCF62
RGB
CMYK
RGB Variations
Color information
#FCCF62 (or 0xFCCF62) is known color: Dandelion. HEX triplet: FC, CF and 62. RGB value is (252,207,98). Sum of RGB (Red+Green+Blue) = 252+207+98=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 98 (38.67% from 255 or 17.59% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF62 is #03309D. Grayscale: #D0D0D0. Windows color (decimal): -209054 or 6475772. OLE color: 6475772.
HSL color Cylindrical-coordinate representation of color #FCCF62: hue angle of 42.47º 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 #FCCF62 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 98 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.01 |
| HSL | 42.47º | 0.96% | 0.69% | - |
| HSV(B) | 42.47º | 0.61% | 0.99% | - |
| XYZ | 64.66 | 66.2 | 20.93 | - |
| YUV | 208.03 | 65.91 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 98 | 0 | 0.18 | 0.61 | 0.01 | 42.47 | 0.96 | 0.69 |
| Hex | FC | CF | 62 | 0 | 12 | 3D | 1 | 2A | 60 | 45 |
| Octal | 374 | 317 | 142 | 0 | 22 | 75 | 1 | 52 | 140 | 105 |
| Binary | 11111100 | 11001111 | 1100010 | 0 | 10010 | 111101 | 1 | 101010 | 1100000 | 1000101 |
Color Harmonies of #FCCF62
Complementary color
Monochromatic Colors of #FCCF62
Black with #FCCF62
Text Example
Text Example
White with #FCCF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF62; }
p { color: rgb(252,207,98); }
H1.HeaderClassName
{
color: #FCCF62;
}
.AnyTagClassName
{
color: #FCCF62;
}
</style>
background-color css
<style>
a { background-color: #FCCF62; }
a { background-color: rgb(252,207,98); }
div.DivClassName
{
background-color: #FCCF62;
}
.BgClassName
{
background-color: #FCCF62;
}
</style>
border-color css
<style>
span { border-color: #FCCF62; }
span { border-color: rgb(252,207,98); }
td.TdClassName
{
border-color: #FCCF62;
}
.TagClassName
{
border-color: #FCCF62;
}
</style>