Shades of Dandelion #FED266
Tints of Dandelion #FED266
RGB
CMYK
RGB Variations
Color information
#FED266 (or 0xFED266) is known color: Dandelion. HEX triplet: FE, D2 and 66. RGB value is (254,210,102). Sum of RGB (Red+Green+Blue) = 254+210+102=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 102 (40.23% from 255 or 18.02% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FED266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED266 is #012D99. Grayscale: #D3D3D3. Windows color (decimal): -77210 or 6738686. OLE color: 6738686.
HSL color Cylindrical-coordinate representation of color #FED266: hue angle of 42.63º 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 #FED266 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 102 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.00 |
| HSL | 42.63º | 0.99% | 0.7% | - |
| HSV(B) | 42.63º | 0.6% | 1% | - |
| XYZ | 66.32 | 68.12 | 22.22 | - |
| YUV | 210.84 | 66.58 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 102 | 0 | 0.17 | 0.60 | 0.00 | 42.63 | 0.99 | 0.7 |
| Hex | FE | D2 | 66 | 0 | 11 | 3C | 0 | 2B | 63 | 46 |
| Octal | 376 | 322 | 146 | 0 | 21 | 74 | 0 | 53 | 143 | 106 |
| Binary | 11111110 | 11010010 | 1100110 | 0 | 10001 | 111100 | 0 | 101011 | 1100011 | 1000110 |
Color Harmonies of #FED266
Complementary color
Monochromatic Colors of #FED266
Black with #FED266
Text Example
Text Example
White with #FED266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED266; }
p { color: rgb(254,210,102); }
H1.HeaderClassName
{
color: #FED266;
}
.AnyTagClassName
{
color: #FED266;
}
</style>
background-color css
<style>
a { background-color: #FED266; }
a { background-color: rgb(254,210,102); }
div.DivClassName
{
background-color: #FED266;
}
.BgClassName
{
background-color: #FED266;
}
</style>
border-color css
<style>
span { border-color: #FED266; }
span { border-color: rgb(254,210,102); }
td.TdClassName
{
border-color: #FED266;
}
.TagClassName
{
border-color: #FED266;
}
</style>