Shades of Dandelion #FED761
Tints of Dandelion #FED761
RGB
CMYK
RGB Variations
Color information
#FED761 (or 0xFED761) is known color: Dandelion. HEX triplet: FE, D7 and 61. RGB value is (254,215,97). Sum of RGB (Red+Green+Blue) = 254+215+97=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 97 (38.28% from 255 or 17.14% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FED761 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED761 is #01289E. Grayscale: #D5D5D5. Windows color (decimal): -75935 or 6412286. OLE color: 6412286.
HSL color Cylindrical-coordinate representation of color #FED761: hue angle of 45.1º 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 #FED761 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 97 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.00 |
| HSL | 45.1º | 0.99% | 0.69% | - |
| HSV(B) | 45.1º | 0.62% | 1% | - |
| XYZ | 67.33 | 70.53 | 21.38 | - |
| YUV | 213.21 | 62.42 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 97 | 0 | 0.15 | 0.62 | 0.00 | 45.1 | 0.99 | 0.69 |
| Hex | FE | D7 | 61 | 0 | F | 3E | 0 | 2D | 63 | 45 |
| Octal | 376 | 327 | 141 | 0 | 17 | 76 | 0 | 55 | 143 | 105 |
| Binary | 11111110 | 11010111 | 1100001 | 0 | 1111 | 111110 | 0 | 101101 | 1100011 | 1000101 |
Color Harmonies of #FED761
Complementary color
Monochromatic Colors of #FED761
Black with #FED761
Text Example
Text Example
White with #FED761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED761; }
p { color: rgb(254,215,97); }
H1.HeaderClassName
{
color: #FED761;
}
.AnyTagClassName
{
color: #FED761;
}
</style>
background-color css
<style>
a { background-color: #FED761; }
a { background-color: rgb(254,215,97); }
div.DivClassName
{
background-color: #FED761;
}
.BgClassName
{
background-color: #FED761;
}
</style>
border-color css
<style>
span { border-color: #FED761; }
span { border-color: rgb(254,215,97); }
td.TdClassName
{
border-color: #FED761;
}
.TagClassName
{
border-color: #FED761;
}
</style>