Shades of Dandelion #FECB61
Tints of Dandelion #FECB61
RGB
CMYK
RGB Variations
Color information
#FECB61 (or 0xFECB61) is known color: Dandelion. HEX triplet: FE, CB and 61. RGB value is (254,203,97). Sum of RGB (Red+Green+Blue) = 254+203+97=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 97 (38.28% from 255 or 17.51% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB61 is #01349E. Grayscale: #CECECE. Windows color (decimal): -79007 or 6409214. OLE color: 6409214.
HSL color Cylindrical-coordinate representation of color #FECB61: hue angle of 40.51º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FECB61 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 97 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.00 |
| HSL | 40.51º | 0.99% | 0.69% | - |
| HSV(B) | 40.51º | 0.62% | 1% | - |
| XYZ | 64.39 | 64.65 | 20.39 | - |
| YUV | 206.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 97 | 0 | 0.20 | 0.62 | 0.00 | 40.51 | 0.99 | 0.69 |
| Hex | FE | CB | 61 | 0 | 14 | 3E | 0 | 29 | 63 | 45 |
| Octal | 376 | 313 | 141 | 0 | 24 | 76 | 0 | 51 | 143 | 105 |
| Binary | 11111110 | 11001011 | 1100001 | 0 | 10100 | 111110 | 0 | 101001 | 1100011 | 1000101 |
Color Harmonies of #FECB61
Complementary color
Monochromatic Colors of #FECB61
Black with #FECB61
Text Example
Text Example
White with #FECB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB61; }
p { color: rgb(254,203,97); }
H1.HeaderClassName
{
color: #FECB61;
}
.AnyTagClassName
{
color: #FECB61;
}
</style>
background-color css
<style>
a { background-color: #FECB61; }
a { background-color: rgb(254,203,97); }
div.DivClassName
{
background-color: #FECB61;
}
.BgClassName
{
background-color: #FECB61;
}
</style>
border-color css
<style>
span { border-color: #FECB61; }
span { border-color: rgb(254,203,97); }
td.TdClassName
{
border-color: #FECB61;
}
.TagClassName
{
border-color: #FECB61;
}
</style>