Shades of Dandelion #FCCC63
Tints of Dandelion #FCCC63
RGB
CMYK
RGB Variations
Color information
#FCCC63 (or 0xFCCC63) is known color: Dandelion. HEX triplet: FC, CC and 63. RGB value is (252,204,99). Sum of RGB (Red+Green+Blue) = 252+204+99=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 99 (39.06% from 255 or 17.84% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC63 is #03339C. Grayscale: #CECECE. Windows color (decimal): -209821 or 6540540. OLE color: 6540540.
HSL color Cylindrical-coordinate representation of color #FCCC63: hue angle of 41.18º 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 #FCCC63 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 99 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.01 |
| HSL | 41.18º | 0.96% | 0.69% | - |
| HSV(B) | 41.18º | 0.61% | 0.99% | - |
| XYZ | 63.99 | 64.78 | 20.94 | - |
| YUV | 206.38 | 67.4 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 99 | 0 | 0.19 | 0.61 | 0.01 | 41.18 | 0.96 | 0.69 |
| Hex | FC | CC | 63 | 0 | 13 | 3D | 1 | 29 | 60 | 45 |
| Octal | 374 | 314 | 143 | 0 | 23 | 75 | 1 | 51 | 140 | 105 |
| Binary | 11111100 | 11001100 | 1100011 | 0 | 10011 | 111101 | 1 | 101001 | 1100000 | 1000101 |
Color Harmonies of #FCCC63
Complementary color
Monochromatic Colors of #FCCC63
Black with #FCCC63
Text Example
Text Example
White with #FCCC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC63; }
p { color: rgb(252,204,99); }
H1.HeaderClassName
{
color: #FCCC63;
}
.AnyTagClassName
{
color: #FCCC63;
}
</style>
background-color css
<style>
a { background-color: #FCCC63; }
a { background-color: rgb(252,204,99); }
div.DivClassName
{
background-color: #FCCC63;
}
.BgClassName
{
background-color: #FCCC63;
}
</style>
border-color css
<style>
span { border-color: #FCCC63; }
span { border-color: rgb(252,204,99); }
td.TdClassName
{
border-color: #FCCC63;
}
.TagClassName
{
border-color: #FCCC63;
}
</style>