Shades of Dandelion #FEDB67
Tints of Dandelion #FEDB67
RGB
CMYK
RGB Variations
Color information
#FEDB67 (or 0xFEDB67) is known color: Dandelion. HEX triplet: FE, DB and 67. RGB value is (254,219,103). Sum of RGB (Red+Green+Blue) = 254+219+103=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 103 (40.62% from 255 or 17.88% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB67 is #012498. Grayscale: #D8D8D8. Windows color (decimal): -74905 or 6806526. OLE color: 6806526.
HSL color Cylindrical-coordinate representation of color #FEDB67: hue angle of 46.09º 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 #FEDB67 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 103 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.00 |
| HSL | 46.09º | 0.99% | 0.7% | - |
| HSV(B) | 46.09º | 0.59% | 1% | - |
| XYZ | 68.65 | 72.71 | 23.25 | - |
| YUV | 216.24 | 64.1 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 103 | 0 | 0.14 | 0.59 | 0.00 | 46.09 | 0.99 | 0.7 |
| Hex | FE | DB | 67 | 0 | E | 3B | 0 | 2E | 63 | 46 |
| Octal | 376 | 333 | 147 | 0 | 16 | 73 | 0 | 56 | 143 | 106 |
| Binary | 11111110 | 11011011 | 1100111 | 0 | 1110 | 111011 | 0 | 101110 | 1100011 | 1000110 |
Color Harmonies of #FEDB67
Complementary color
Monochromatic Colors of #FEDB67
Black with #FEDB67
Text Example
Text Example
White with #FEDB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB67; }
p { color: rgb(254,219,103); }
H1.HeaderClassName
{
color: #FEDB67;
}
.AnyTagClassName
{
color: #FEDB67;
}
</style>
background-color css
<style>
a { background-color: #FEDB67; }
a { background-color: rgb(254,219,103); }
div.DivClassName
{
background-color: #FEDB67;
}
.BgClassName
{
background-color: #FEDB67;
}
</style>
border-color css
<style>
span { border-color: #FEDB67; }
span { border-color: rgb(254,219,103); }
td.TdClassName
{
border-color: #FEDB67;
}
.TagClassName
{
border-color: #FEDB67;
}
</style>