Shades of Dandelion #FED262
Tints of Dandelion #FED262
RGB
CMYK
RGB Variations
Color information
#FED262 (or 0xFED262) is known color: Dandelion. HEX triplet: FE, D2 and 62. RGB value is (254,210,98). Sum of RGB (Red+Green+Blue) = 254+210+98=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 98 (38.67% from 255 or 17.44% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FED262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED262 is #012D9D. Grayscale: #D2D2D2. Windows color (decimal): -77214 or 6476542. OLE color: 6476542.
HSL color Cylindrical-coordinate representation of color #FED262: hue angle of 43.08º 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 #FED262 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 98 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.00 |
| HSL | 43.08º | 0.99% | 0.69% | - |
| HSV(B) | 43.08º | 0.61% | 1% | - |
| XYZ | 66.12 | 68.05 | 21.2 | - |
| YUV | 210.39 | 64.58 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 98 | 0 | 0.17 | 0.61 | 0.00 | 43.08 | 0.99 | 0.69 |
| Hex | FE | D2 | 62 | 0 | 11 | 3D | 0 | 2B | 63 | 45 |
| Octal | 376 | 322 | 142 | 0 | 21 | 75 | 0 | 53 | 143 | 105 |
| Binary | 11111110 | 11010010 | 1100010 | 0 | 10001 | 111101 | 0 | 101011 | 1100011 | 1000101 |
Color Harmonies of #FED262
Complementary color
Monochromatic Colors of #FED262
Black with #FED262
Text Example
Text Example
White with #FED262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED262; }
p { color: rgb(254,210,98); }
H1.HeaderClassName
{
color: #FED262;
}
.AnyTagClassName
{
color: #FED262;
}
</style>
background-color css
<style>
a { background-color: #FED262; }
a { background-color: rgb(254,210,98); }
div.DivClassName
{
background-color: #FED262;
}
.BgClassName
{
background-color: #FED262;
}
</style>
border-color css
<style>
span { border-color: #FED262; }
span { border-color: rgb(254,210,98); }
td.TdClassName
{
border-color: #FED262;
}
.TagClassName
{
border-color: #FED262;
}
</style>