Shades of Dandelion #FED365
Tints of Dandelion #FED365
RGB
CMYK
RGB Variations
Color information
#FED365 (or 0xFED365) is known color: Dandelion. HEX triplet: FE, D3 and 65. RGB value is (254,211,101). Sum of RGB (Red+Green+Blue) = 254+211+101=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 101 (39.84% from 255 or 17.84% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FED365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED365 is #012C9A. Grayscale: #D3D3D3. Windows color (decimal): -76955 or 6673406. OLE color: 6673406.
HSL color Cylindrical-coordinate representation of color #FED365: hue angle of 43.14º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FED365 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 101 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.00 |
| HSL | 43.14º | 0.99% | 0.7% | - |
| HSV(B) | 43.14º | 0.6% | 1% | - |
| XYZ | 66.52 | 68.6 | 22.05 | - |
| YUV | 211.32 | 65.75 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 101 | 0 | 0.17 | 0.60 | 0.00 | 43.14 | 0.99 | 0.7 |
| Hex | FE | D3 | 65 | 0 | 11 | 3C | 0 | 2B | 63 | 46 |
| Octal | 376 | 323 | 145 | 0 | 21 | 74 | 0 | 53 | 143 | 106 |
| Binary | 11111110 | 11010011 | 1100101 | 0 | 10001 | 111100 | 0 | 101011 | 1100011 | 1000110 |
Color Harmonies of #FED365
Complementary color
Monochromatic Colors of #FED365
Black with #FED365
Text Example
Text Example
White with #FED365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED365; }
p { color: rgb(254,211,101); }
H1.HeaderClassName
{
color: #FED365;
}
.AnyTagClassName
{
color: #FED365;
}
</style>
background-color css
<style>
a { background-color: #FED365; }
a { background-color: rgb(254,211,101); }
div.DivClassName
{
background-color: #FED365;
}
.BgClassName
{
background-color: #FED365;
}
</style>
border-color css
<style>
span { border-color: #FED365; }
span { border-color: rgb(254,211,101); }
td.TdClassName
{
border-color: #FED365;
}
.TagClassName
{
border-color: #FED365;
}
</style>