Shades of Dandelion #FED467
Tints of Dandelion #FED467
RGB
CMYK
RGB Variations
Color information
#FED467 (or 0xFED467) is known color: Dandelion. HEX triplet: FE, D4 and 67. RGB value is (254,212,103). Sum of RGB (Red+Green+Blue) = 254+212+103=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 103 (40.62% from 255 or 18.10% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FED467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED467 is #012B98. Grayscale: #D4D4D4. Windows color (decimal): -76697 or 6804734. OLE color: 6804734.
HSL color Cylindrical-coordinate representation of color #FED467: hue angle of 43.31º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FED467 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 103 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.00 |
| HSL | 43.31º | 0.99% | 0.7% | - |
| HSV(B) | 43.31º | 0.59% | 1% | - |
| XYZ | 66.86 | 69.14 | 22.65 | - |
| YUV | 212.13 | 66.41 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 103 | 0 | 0.17 | 0.59 | 0.00 | 43.31 | 0.99 | 0.7 |
| Hex | FE | D4 | 67 | 0 | 11 | 3B | 0 | 2B | 63 | 46 |
| Octal | 376 | 324 | 147 | 0 | 21 | 73 | 0 | 53 | 143 | 106 |
| Binary | 11111110 | 11010100 | 1100111 | 0 | 10001 | 111011 | 0 | 101011 | 1100011 | 1000110 |
Color Harmonies of #FED467
Complementary color
Monochromatic Colors of #FED467
Black with #FED467
Text Example
Text Example
White with #FED467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED467; }
p { color: rgb(254,212,103); }
H1.HeaderClassName
{
color: #FED467;
}
.AnyTagClassName
{
color: #FED467;
}
</style>
background-color css
<style>
a { background-color: #FED467; }
a { background-color: rgb(254,212,103); }
div.DivClassName
{
background-color: #FED467;
}
.BgClassName
{
background-color: #FED467;
}
</style>
border-color css
<style>
span { border-color: #FED467; }
span { border-color: rgb(254,212,103); }
td.TdClassName
{
border-color: #FED467;
}
.TagClassName
{
border-color: #FED467;
}
</style>