Shades of Dandelion #FCCF65
Tints of Dandelion #FCCF65
RGB
CMYK
RGB Variations
Color information
#FCCF65 (or 0xFCCF65) is known color: Dandelion. HEX triplet: FC, CF and 65. RGB value is (252,207,101). Sum of RGB (Red+Green+Blue) = 252+207+101=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 101 (39.84% from 255 or 18.04% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF65 is #03309A. Grayscale: #D0D0D0. Windows color (decimal): -209051 or 6672380. OLE color: 6672380.
HSL color Cylindrical-coordinate representation of color #FCCF65: hue angle of 42.12º degrees, saturation: 0.96, 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 #FCCF65 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 101 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.01 |
| HSL | 42.12º | 0.96% | 0.69% | - |
| HSV(B) | 42.12º | 0.6% | 0.99% | - |
| XYZ | 64.81 | 66.26 | 21.69 | - |
| YUV | 208.37 | 67.41 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 101 | 0 | 0.18 | 0.60 | 0.01 | 42.12 | 0.96 | 0.69 |
| Hex | FC | CF | 65 | 0 | 12 | 3C | 1 | 2A | 60 | 45 |
| Octal | 374 | 317 | 145 | 0 | 22 | 74 | 1 | 52 | 140 | 105 |
| Binary | 11111100 | 11001111 | 1100101 | 0 | 10010 | 111100 | 1 | 101010 | 1100000 | 1000101 |
Color Harmonies of #FCCF65
Complementary color
Monochromatic Colors of #FCCF65
Black with #FCCF65
Text Example
Text Example
White with #FCCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF65; }
p { color: rgb(252,207,101); }
H1.HeaderClassName
{
color: #FCCF65;
}
.AnyTagClassName
{
color: #FCCF65;
}
</style>
background-color css
<style>
a { background-color: #FCCF65; }
a { background-color: rgb(252,207,101); }
div.DivClassName
{
background-color: #FCCF65;
}
.BgClassName
{
background-color: #FCCF65;
}
</style>
border-color css
<style>
span { border-color: #FCCF65; }
span { border-color: rgb(252,207,101); }
td.TdClassName
{
border-color: #FCCF65;
}
.TagClassName
{
border-color: #FCCF65;
}
</style>