Shades of Dandelion #FCCE60
Tints of Dandelion #FCCE60
RGB
CMYK
RGB Variations
Color information
#FCCE60 (or 0xFCCE60) is known color: Dandelion. HEX triplet: FC, CE and 60. RGB value is (252,206,96). Sum of RGB (Red+Green+Blue) = 252+206+96=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE60 is #03319F. Grayscale: #CFCFCF. Windows color (decimal): -209312 or 6344444. OLE color: 6344444.
HSL color Cylindrical-coordinate representation of color #FCCE60: hue angle of 42.31º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCCE60 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 96 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.01 |
| HSL | 42.31º | 0.96% | 0.68% | - |
| HSV(B) | 42.31º | 0.62% | 0.99% | - |
| XYZ | 64.33 | 65.68 | 20.35 | - |
| YUV | 207.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 96 | 0 | 0.18 | 0.62 | 0.01 | 42.31 | 0.96 | 0.68 |
| Hex | FC | CE | 60 | 0 | 12 | 3E | 1 | 2A | 60 | 44 |
| Octal | 374 | 316 | 140 | 0 | 22 | 76 | 1 | 52 | 140 | 104 |
| Binary | 11111100 | 11001110 | 1100000 | 0 | 10010 | 111110 | 1 | 101010 | 1100000 | 1000100 |
Color Harmonies of #FCCE60
Complementary color
Monochromatic Colors of #FCCE60
Black with #FCCE60
Text Example
Text Example
White with #FCCE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE60; }
p { color: rgb(252,206,96); }
H1.HeaderClassName
{
color: #FCCE60;
}
.AnyTagClassName
{
color: #FCCE60;
}
</style>
background-color css
<style>
a { background-color: #FCCE60; }
a { background-color: rgb(252,206,96); }
div.DivClassName
{
background-color: #FCCE60;
}
.BgClassName
{
background-color: #FCCE60;
}
</style>
border-color css
<style>
span { border-color: #FCCE60; }
span { border-color: rgb(252,206,96); }
td.TdClassName
{
border-color: #FCCE60;
}
.TagClassName
{
border-color: #FCCE60;
}
</style>