Shades of Dandelion #FFCF60
Tints of Dandelion #FFCF60
RGB
CMYK
RGB Variations
Color information
#FFCF60 (or 0xFFCF60) is known color: Dandelion. HEX triplet: FF, CF and 60. RGB value is (255,207,96). Sum of RGB (Red+Green+Blue) = 255+207+96=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF60 is #00309F. Grayscale: #D1D1D1. Windows color (decimal): -12448 or 6344703. OLE color: 6344703.
HSL color Cylindrical-coordinate representation of color #FFCF60: hue angle of 41.89º 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 #FFCF60 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 96 | - |
| CMYK | 0 | 0.19 | 0.62 | 0 |
| HSL | 41.89º | 1% | 0.69% | - |
| HSV(B) | 41.89º | 0.62% | 1% | - |
| XYZ | 65.66 | 66.73 | 20.49 | - |
| YUV | 208.7 | 64.4 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 96 | 0 | 0.19 | 0.62 | 0 | 41.89 | 1 | 0.69 |
| Hex | FF | CF | 60 | 0 | 13 | 3E | 0 | 2A | 64 | 45 |
| Octal | 377 | 317 | 140 | 0 | 23 | 76 | 0 | 52 | 144 | 105 |
| Binary | 11111111 | 11001111 | 1100000 | 0 | 10011 | 111110 | 0 | 101010 | 1100100 | 1000101 |
Color Harmonies of #FFCF60
Complementary color
Monochromatic Colors of #FFCF60
Black with #FFCF60
Text Example
Text Example
White with #FFCF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF60; }
p { color: rgb(255,207,96); }
H1.HeaderClassName
{
color: #FFCF60;
}
.AnyTagClassName
{
color: #FFCF60;
}
</style>
background-color css
<style>
a { background-color: #FFCF60; }
a { background-color: rgb(255,207,96); }
div.DivClassName
{
background-color: #FFCF60;
}
.BgClassName
{
background-color: #FFCF60;
}
</style>
border-color css
<style>
span { border-color: #FFCF60; }
span { border-color: rgb(255,207,96); }
td.TdClassName
{
border-color: #FFCF60;
}
.TagClassName
{
border-color: #FFCF60;
}
</style>