Shades of Dandelion #FFCE62
Tints of Dandelion #FFCE62
RGB
CMYK
RGB Variations
Color information
#FFCE62 (or 0xFFCE62) is known color: Dandelion. HEX triplet: FF, CE and 62. RGB value is (255,206,98). Sum of RGB (Red+Green+Blue) = 255+206+98=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 98 (38.67% from 255 or 17.53% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE62 is #00319D. Grayscale: #D0D0D0. Windows color (decimal): -12702 or 6475519. OLE color: 6475519.
HSL color Cylindrical-coordinate representation of color #FFCE62: hue angle of 41.27º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFCE62 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 98 | - |
| CMYK | 0 | 0.19 | 0.62 | 0 |
| HSL | 41.27º | 1% | 0.69% | - |
| HSV(B) | 41.27º | 0.62% | 1% | - |
| XYZ | 65.52 | 66.28 | 20.9 | - |
| YUV | 208.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 98 | 0 | 0.19 | 0.62 | 0 | 41.27 | 1 | 0.69 |
| Hex | FF | CE | 62 | 0 | 13 | 3E | 0 | 29 | 64 | 45 |
| Octal | 377 | 316 | 142 | 0 | 23 | 76 | 0 | 51 | 144 | 105 |
| Binary | 11111111 | 11001110 | 1100010 | 0 | 10011 | 111110 | 0 | 101001 | 1100100 | 1000101 |
Color Harmonies of #FFCE62
Complementary color
Monochromatic Colors of #FFCE62
Black with #FFCE62
Text Example
Text Example
White with #FFCE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE62; }
p { color: rgb(255,206,98); }
H1.HeaderClassName
{
color: #FFCE62;
}
.AnyTagClassName
{
color: #FFCE62;
}
</style>
background-color css
<style>
a { background-color: #FFCE62; }
a { background-color: rgb(255,206,98); }
div.DivClassName
{
background-color: #FFCE62;
}
.BgClassName
{
background-color: #FFCE62;
}
</style>
border-color css
<style>
span { border-color: #FFCE62; }
span { border-color: rgb(255,206,98); }
td.TdClassName
{
border-color: #FFCE62;
}
.TagClassName
{
border-color: #FFCE62;
}
</style>