Shades of Dandelion #FFCB60
Tints of Dandelion #FFCB60
RGB
CMYK
RGB Variations
Color information
#FFCB60 (or 0xFFCB60) is known color: Dandelion. HEX triplet: FF, CB and 60. RGB value is (255,203,96). Sum of RGB (Red+Green+Blue) = 255+203+96=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB60 is #00349F. Grayscale: #CECECE. Windows color (decimal): -13472 or 6343679. OLE color: 6343679.
HSL color Cylindrical-coordinate representation of color #FFCB60: hue angle of 40.38º 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 #FFCB60 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 96 | - |
| CMYK | 0 | 0.20 | 0.62 | 0 |
| HSL | 40.38º | 1% | 0.69% | - |
| HSV(B) | 40.38º | 0.62% | 1% | - |
| XYZ | 64.71 | 64.82 | 20.17 | - |
| YUV | 206.35 | 65.73 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 96 | 0 | 0.20 | 0.62 | 0 | 40.38 | 1 | 0.69 |
| Hex | FF | CB | 60 | 0 | 14 | 3E | 0 | 28 | 64 | 45 |
| Octal | 377 | 313 | 140 | 0 | 24 | 76 | 0 | 50 | 144 | 105 |
| Binary | 11111111 | 11001011 | 1100000 | 0 | 10100 | 111110 | 0 | 101000 | 1100100 | 1000101 |
Color Harmonies of #FFCB60
Complementary color
Monochromatic Colors of #FFCB60
Black with #FFCB60
Text Example
Text Example
White with #FFCB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB60; }
p { color: rgb(255,203,96); }
H1.HeaderClassName
{
color: #FFCB60;
}
.AnyTagClassName
{
color: #FFCB60;
}
</style>
background-color css
<style>
a { background-color: #FFCB60; }
a { background-color: rgb(255,203,96); }
div.DivClassName
{
background-color: #FFCB60;
}
.BgClassName
{
background-color: #FFCB60;
}
</style>
border-color css
<style>
span { border-color: #FFCB60; }
span { border-color: rgb(255,203,96); }
td.TdClassName
{
border-color: #FFCB60;
}
.TagClassName
{
border-color: #FFCB60;
}
</style>