Shades of Dandelion #FFCC62
Tints of Dandelion #FFCC62
RGB
CMYK
RGB Variations
Color information
#FFCC62 (or 0xFFCC62) is known color: Dandelion. HEX triplet: FF, CC and 62. RGB value is (255,204,98). Sum of RGB (Red+Green+Blue) = 255+204+98=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 98 (38.67% from 255 or 17.59% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC62 is #00339D. Grayscale: #CFCFCF. Windows color (decimal): -13214 or 6475007. OLE color: 6475007.
HSL color Cylindrical-coordinate representation of color #FFCC62: hue angle of 40.51º 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 #FFCC62 is Cyan = 0, Magento = 0.2, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 98 | - |
| CMYK | 0 | 0.2 | 0.62 | 0 |
| HSL | 40.51º | 1% | 0.69% | - |
| HSV(B) | 40.51º | 0.62% | 1% | - |
| XYZ | 65.04 | 65.33 | 20.74 | - |
| YUV | 207.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 98 | 0 | 0.2 | 0.62 | 0 | 40.51 | 1 | 0.69 |
| Hex | FF | CC | 62 | 0 | 14 | 3E | 0 | 29 | 64 | 45 |
| Octal | 377 | 314 | 142 | 0 | 24 | 76 | 0 | 51 | 144 | 105 |
| Binary | 11111111 | 11001100 | 1100010 | 0 | 10100 | 111110 | 0 | 101001 | 1100100 | 1000101 |
Color Harmonies of #FFCC62
Complementary color
Monochromatic Colors of #FFCC62
Black with #FFCC62
Text Example
Text Example
White with #FFCC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC62; }
p { color: rgb(255,204,98); }
H1.HeaderClassName
{
color: #FFCC62;
}
.AnyTagClassName
{
color: #FFCC62;
}
</style>
background-color css
<style>
a { background-color: #FFCC62; }
a { background-color: rgb(255,204,98); }
div.DivClassName
{
background-color: #FFCC62;
}
.BgClassName
{
background-color: #FFCC62;
}
</style>
border-color css
<style>
span { border-color: #FFCC62; }
span { border-color: rgb(255,204,98); }
td.TdClassName
{
border-color: #FFCC62;
}
.TagClassName
{
border-color: #FFCC62;
}
</style>