Shades of Dandelion #FED364
Tints of Dandelion #FED364
RGB
CMYK
RGB Variations
Color information
#FED364 (or 0xFED364) is known color: Dandelion. HEX triplet: FE, D3 and 64. RGB value is (254,211,100). Sum of RGB (Red+Green+Blue) = 254+211+100=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 100 (39.45% from 255 or 17.70% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FED364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED364 is #012C9B. Grayscale: #D3D3D3. Windows color (decimal): -76956 or 6607870. OLE color: 6607870.
HSL color Cylindrical-coordinate representation of color #FED364: hue angle of 43.25º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FED364 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 100 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.00 |
| HSL | 43.25º | 0.99% | 0.69% | - |
| HSV(B) | 43.25º | 0.61% | 1% | - |
| XYZ | 66.47 | 68.58 | 21.79 | - |
| YUV | 211.2 | 65.25 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 100 | 0 | 0.17 | 0.61 | 0.00 | 43.25 | 0.99 | 0.69 |
| Hex | FE | D3 | 64 | 0 | 11 | 3D | 0 | 2B | 63 | 45 |
| Octal | 376 | 323 | 144 | 0 | 21 | 75 | 0 | 53 | 143 | 105 |
| Binary | 11111110 | 11010011 | 1100100 | 0 | 10001 | 111101 | 0 | 101011 | 1100011 | 1000101 |
Color Harmonies of #FED364
Complementary color
Monochromatic Colors of #FED364
Black with #FED364
Text Example
Text Example
White with #FED364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED364; }
p { color: rgb(254,211,100); }
H1.HeaderClassName
{
color: #FED364;
}
.AnyTagClassName
{
color: #FED364;
}
</style>
background-color css
<style>
a { background-color: #FED364; }
a { background-color: rgb(254,211,100); }
div.DivClassName
{
background-color: #FED364;
}
.BgClassName
{
background-color: #FED364;
}
</style>
border-color css
<style>
span { border-color: #FED364; }
span { border-color: rgb(254,211,100); }
td.TdClassName
{
border-color: #FED364;
}
.TagClassName
{
border-color: #FED364;
}
</style>