Shades of Dandelion #FED762
Tints of Dandelion #FED762
RGB
CMYK
RGB Variations
Color information
#FED762 (or 0xFED762) is known color: Dandelion. HEX triplet: FE, D7 and 62. RGB value is (254,215,98). Sum of RGB (Red+Green+Blue) = 254+215+98=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 98 (38.67% from 255 or 17.28% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FED762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED762 is #01289D. Grayscale: #D5D5D5. Windows color (decimal): -75934 or 6477822. OLE color: 6477822.
HSL color Cylindrical-coordinate representation of color #FED762: hue angle of 45º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FED762 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 98 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.00 |
| HSL | 45º | 0.99% | 0.69% | - |
| HSV(B) | 45º | 0.61% | 1% | - |
| XYZ | 67.38 | 70.55 | 21.62 | - |
| YUV | 213.32 | 62.92 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 98 | 0 | 0.15 | 0.61 | 0.00 | 45 | 0.99 | 0.69 |
| Hex | FE | D7 | 62 | 0 | F | 3D | 0 | 2D | 63 | 45 |
| Octal | 376 | 327 | 142 | 0 | 17 | 75 | 0 | 55 | 143 | 105 |
| Binary | 11111110 | 11010111 | 1100010 | 0 | 1111 | 111101 | 0 | 101101 | 1100011 | 1000101 |
Color Harmonies of #FED762
Complementary color
Monochromatic Colors of #FED762
Black with #FED762
Text Example
Text Example
White with #FED762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED762; }
p { color: rgb(254,215,98); }
H1.HeaderClassName
{
color: #FED762;
}
.AnyTagClassName
{
color: #FED762;
}
</style>
background-color css
<style>
a { background-color: #FED762; }
a { background-color: rgb(254,215,98); }
div.DivClassName
{
background-color: #FED762;
}
.BgClassName
{
background-color: #FED762;
}
</style>
border-color css
<style>
span { border-color: #FED762; }
span { border-color: rgb(254,215,98); }
td.TdClassName
{
border-color: #FED762;
}
.TagClassName
{
border-color: #FED762;
}
</style>