Shades of Dandelion #FED35B
Tints of Dandelion #FED35B
RGB
CMYK
RGB Variations
Color information
#FED35B (or 0xFED35B) is known color: Dandelion. HEX triplet: FE, D3 and 5B. RGB value is (254,211,91). Sum of RGB (Red+Green+Blue) = 254+211+91=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 91 (35.94% from 255 or 16.37% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FED35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED35B is #012CA4. Grayscale: #D2D2D2. Windows color (decimal): -76965 or 6018046. OLE color: 6018046.
HSL color Cylindrical-coordinate representation of color #FED35B: hue angle of 44.17º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FED35B is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 91 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.00 |
| HSL | 44.17º | 0.99% | 0.68% | - |
| HSV(B) | 44.17º | 0.64% | 1% | - |
| XYZ | 66.06 | 68.41 | 19.62 | - |
| YUV | 210.18 | 60.75 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 91 | 0 | 0.17 | 0.64 | 0.00 | 44.17 | 0.99 | 0.68 |
| Hex | FE | D3 | 5B | 0 | 11 | 40 | 0 | 2C | 63 | 44 |
| Octal | 376 | 323 | 133 | 0 | 21 | 100 | 0 | 54 | 143 | 104 |
| Binary | 11111110 | 11010011 | 1011011 | 0 | 10001 | 1000000 | 0 | 101100 | 1100011 | 1000100 |
Color Harmonies of #FED35B
Complementary color
Monochromatic Colors of #FED35B
Black with #FED35B
Text Example
Text Example
White with #FED35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED35B; }
p { color: rgb(254,211,91); }
H1.HeaderClassName
{
color: #FED35B;
}
.AnyTagClassName
{
color: #FED35B;
}
</style>
background-color css
<style>
a { background-color: #FED35B; }
a { background-color: rgb(254,211,91); }
div.DivClassName
{
background-color: #FED35B;
}
.BgClassName
{
background-color: #FED35B;
}
</style>
border-color css
<style>
span { border-color: #FED35B; }
span { border-color: rgb(254,211,91); }
td.TdClassName
{
border-color: #FED35B;
}
.TagClassName
{
border-color: #FED35B;
}
</style>