Shades of Dandelion #FED75D
Tints of Dandelion #FED75D
RGB
CMYK
RGB Variations
Color information
#FED75D (or 0xFED75D) is known color: Dandelion. HEX triplet: FE, D7 and 5D. RGB value is (254,215,93). Sum of RGB (Red+Green+Blue) = 254+215+93=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FED75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED75D is #0128A2. Grayscale: #D5D5D5. Windows color (decimal): -75939 or 6150142. OLE color: 6150142.
HSL color Cylindrical-coordinate representation of color #FED75D: hue angle of 45.47º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FED75D is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 93 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.00 |
| HSL | 45.47º | 0.99% | 0.68% | - |
| HSV(B) | 45.47º | 0.63% | 1% | - |
| XYZ | 67.15 | 70.46 | 20.42 | - |
| YUV | 212.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 93 | 0 | 0.15 | 0.63 | 0.00 | 45.47 | 0.99 | 0.68 |
| Hex | FE | D7 | 5D | 0 | F | 3F | 0 | 2D | 63 | 44 |
| Octal | 376 | 327 | 135 | 0 | 17 | 77 | 0 | 55 | 143 | 104 |
| Binary | 11111110 | 11010111 | 1011101 | 0 | 1111 | 111111 | 0 | 101101 | 1100011 | 1000100 |
Color Harmonies of #FED75D
Complementary color
Monochromatic Colors of #FED75D
Black with #FED75D
Text Example
Text Example
White with #FED75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED75D; }
p { color: rgb(254,215,93); }
H1.HeaderClassName
{
color: #FED75D;
}
.AnyTagClassName
{
color: #FED75D;
}
</style>
background-color css
<style>
a { background-color: #FED75D; }
a { background-color: rgb(254,215,93); }
div.DivClassName
{
background-color: #FED75D;
}
.BgClassName
{
background-color: #FED75D;
}
</style>
border-color css
<style>
span { border-color: #FED75D; }
span { border-color: rgb(254,215,93); }
td.TdClassName
{
border-color: #FED75D;
}
.TagClassName
{
border-color: #FED75D;
}
</style>