Shades of Dandelion #FED760
Tints of Dandelion #FED760
RGB
CMYK
RGB Variations
Color information
#FED760 (or 0xFED760) is known color: Dandelion. HEX triplet: FE, D7 and 60. RGB value is (254,215,96). Sum of RGB (Red+Green+Blue) = 254+215+96=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 96 (37.89% from 255 or 16.99% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FED760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED760 is #01289F. Grayscale: #D5D5D5. Windows color (decimal): -75936 or 6346750. OLE color: 6346750.
HSL color Cylindrical-coordinate representation of color #FED760: hue angle of 45.19º 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 #FED760 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 96 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.00 |
| HSL | 45.19º | 0.99% | 0.69% | - |
| HSV(B) | 45.19º | 0.62% | 1% | - |
| XYZ | 67.28 | 70.52 | 21.13 | - |
| YUV | 213.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 96 | 0 | 0.15 | 0.62 | 0.00 | 45.19 | 0.99 | 0.69 |
| Hex | FE | D7 | 60 | 0 | F | 3E | 0 | 2D | 63 | 45 |
| Octal | 376 | 327 | 140 | 0 | 17 | 76 | 0 | 55 | 143 | 105 |
| Binary | 11111110 | 11010111 | 1100000 | 0 | 1111 | 111110 | 0 | 101101 | 1100011 | 1000101 |
Color Harmonies of #FED760
Complementary color
Monochromatic Colors of #FED760
Black with #FED760
Text Example
Text Example
White with #FED760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED760; }
p { color: rgb(254,215,96); }
H1.HeaderClassName
{
color: #FED760;
}
.AnyTagClassName
{
color: #FED760;
}
</style>
background-color css
<style>
a { background-color: #FED760; }
a { background-color: rgb(254,215,96); }
div.DivClassName
{
background-color: #FED760;
}
.BgClassName
{
background-color: #FED760;
}
</style>
border-color css
<style>
span { border-color: #FED760; }
span { border-color: rgb(254,215,96); }
td.TdClassName
{
border-color: #FED760;
}
.TagClassName
{
border-color: #FED760;
}
</style>