Shades of Dandelion #FED567
Tints of Dandelion #FED567
RGB
CMYK
RGB Variations
Color information
#FED567 (or 0xFED567) is known color: Dandelion. HEX triplet: FE, D5 and 67. RGB value is (254,213,103). Sum of RGB (Red+Green+Blue) = 254+213+103=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 103 (40.62% from 255 or 18.07% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FED567 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED567 is #012A98. Grayscale: #D5D5D5. Windows color (decimal): -76441 or 6804990. OLE color: 6804990.
HSL color Cylindrical-coordinate representation of color #FED567: hue angle of 43.71º 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 #FED567 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 103 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.00 |
| HSL | 43.71º | 0.99% | 0.7% | - |
| HSV(B) | 43.71º | 0.59% | 1% | - |
| XYZ | 67.12 | 69.64 | 22.74 | - |
| YUV | 212.72 | 66.08 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 103 | 0 | 0.16 | 0.59 | 0.00 | 43.71 | 0.99 | 0.7 |
| Hex | FE | D5 | 67 | 0 | 10 | 3B | 0 | 2C | 63 | 46 |
| Octal | 376 | 325 | 147 | 0 | 20 | 73 | 0 | 54 | 143 | 106 |
| Binary | 11111110 | 11010101 | 1100111 | 0 | 10000 | 111011 | 0 | 101100 | 1100011 | 1000110 |
Color Harmonies of #FED567
Complementary color
Monochromatic Colors of #FED567
Black with #FED567
Text Example
Text Example
White with #FED567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED567; }
p { color: rgb(254,213,103); }
H1.HeaderClassName
{
color: #FED567;
}
.AnyTagClassName
{
color: #FED567;
}
</style>
background-color css
<style>
a { background-color: #FED567; }
a { background-color: rgb(254,213,103); }
div.DivClassName
{
background-color: #FED567;
}
.BgClassName
{
background-color: #FED567;
}
</style>
border-color css
<style>
span { border-color: #FED567; }
span { border-color: rgb(254,213,103); }
td.TdClassName
{
border-color: #FED567;
}
.TagClassName
{
border-color: #FED567;
}
</style>