Shades of Dandelion #FED260
Tints of Dandelion #FED260
RGB
CMYK
RGB Variations
Color information
#FED260 (or 0xFED260) is known color: Dandelion. HEX triplet: FE, D2 and 60. RGB value is (254,210,96). Sum of RGB (Red+Green+Blue) = 254+210+96=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 96 (37.89% from 255 or 17.14% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FED260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED260 is #012D9F. Grayscale: #D2D2D2. Windows color (decimal): -77216 or 6345470. OLE color: 6345470.
HSL color Cylindrical-coordinate representation of color #FED260: hue angle of 43.29º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FED260 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 96 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.00 |
| HSL | 43.29º | 0.99% | 0.69% | - |
| HSV(B) | 43.29º | 0.62% | 1% | - |
| XYZ | 66.03 | 68.01 | 20.71 | - |
| YUV | 210.16 | 63.58 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 96 | 0 | 0.17 | 0.62 | 0.00 | 43.29 | 0.99 | 0.69 |
| Hex | FE | D2 | 60 | 0 | 11 | 3E | 0 | 2B | 63 | 45 |
| Octal | 376 | 322 | 140 | 0 | 21 | 76 | 0 | 53 | 143 | 105 |
| Binary | 11111110 | 11010010 | 1100000 | 0 | 10001 | 111110 | 0 | 101011 | 1100011 | 1000101 |
Color Harmonies of #FED260
Complementary color
Monochromatic Colors of #FED260
Black with #FED260
Text Example
Text Example
White with #FED260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED260; }
p { color: rgb(254,210,96); }
H1.HeaderClassName
{
color: #FED260;
}
.AnyTagClassName
{
color: #FED260;
}
</style>
background-color css
<style>
a { background-color: #FED260; }
a { background-color: rgb(254,210,96); }
div.DivClassName
{
background-color: #FED260;
}
.BgClassName
{
background-color: #FED260;
}
</style>
border-color css
<style>
span { border-color: #FED260; }
span { border-color: rgb(254,210,96); }
td.TdClassName
{
border-color: #FED260;
}
.TagClassName
{
border-color: #FED260;
}
</style>