Shades of Dandelion #FFCB61
Tints of Dandelion #FFCB61
RGB
CMYK
RGB Variations
Color information
#FFCB61 (or 0xFFCB61) is known color: Dandelion. HEX triplet: FF, CB and 61. RGB value is (255,203,97). Sum of RGB (Red+Green+Blue) = 255+203+97=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 97 (38.28% from 255 or 17.48% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB61 is #00349E. Grayscale: #CECECE. Windows color (decimal): -13471 or 6409215. OLE color: 6409215.
HSL color Cylindrical-coordinate representation of color #FFCB61: hue angle of 40.25º 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 #FFCB61 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 97 | - |
| CMYK | 0 | 0.20 | 0.62 | 0 |
| HSL | 40.25º | 1% | 0.69% | - |
| HSV(B) | 40.25º | 0.62% | 1% | - |
| XYZ | 64.75 | 64.83 | 20.41 | - |
| YUV | 206.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 97 | 0 | 0.20 | 0.62 | 0 | 40.25 | 1 | 0.69 |
| Hex | FF | CB | 61 | 0 | 14 | 3E | 0 | 28 | 64 | 45 |
| Octal | 377 | 313 | 141 | 0 | 24 | 76 | 0 | 50 | 144 | 105 |
| Binary | 11111111 | 11001011 | 1100001 | 0 | 10100 | 111110 | 0 | 101000 | 1100100 | 1000101 |
Color Harmonies of #FFCB61
Complementary color
Monochromatic Colors of #FFCB61
Black with #FFCB61
Text Example
Text Example
White with #FFCB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB61; }
p { color: rgb(255,203,97); }
H1.HeaderClassName
{
color: #FFCB61;
}
.AnyTagClassName
{
color: #FFCB61;
}
</style>
background-color css
<style>
a { background-color: #FFCB61; }
a { background-color: rgb(255,203,97); }
div.DivClassName
{
background-color: #FFCB61;
}
.BgClassName
{
background-color: #FFCB61;
}
</style>
border-color css
<style>
span { border-color: #FFCB61; }
span { border-color: rgb(255,203,97); }
td.TdClassName
{
border-color: #FFCB61;
}
.TagClassName
{
border-color: #FFCB61;
}
</style>