Shades of Dandelion #FED368
Tints of Dandelion #FED368
RGB
CMYK
RGB Variations
Color information
#FED368 (or 0xFED368) is known color: Dandelion. HEX triplet: FE, D3 and 68. RGB value is (254,211,104). Sum of RGB (Red+Green+Blue) = 254+211+104=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 104 (41.02% from 255 or 18.28% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FED368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED368 is #012C97. Grayscale: #D4D4D4. Windows color (decimal): -76952 or 6870014. OLE color: 6870014.
HSL color Cylindrical-coordinate representation of color #FED368: hue angle of 42.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FED368 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 104 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.00 |
| HSL | 42.8º | 0.99% | 0.7% | - |
| HSV(B) | 42.8º | 0.59% | 1% | - |
| XYZ | 66.67 | 68.66 | 22.84 | - |
| YUV | 211.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 104 | 0 | 0.17 | 0.59 | 0.00 | 42.8 | 0.99 | 0.7 |
| Hex | FE | D3 | 68 | 0 | 11 | 3B | 0 | 2B | 63 | 46 |
| Octal | 376 | 323 | 150 | 0 | 21 | 73 | 0 | 53 | 143 | 106 |
| Binary | 11111110 | 11010011 | 1101000 | 0 | 10001 | 111011 | 0 | 101011 | 1100011 | 1000110 |
Color Harmonies of #FED368
Complementary color
Monochromatic Colors of #FED368
Black with #FED368
Text Example
Text Example
White with #FED368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED368; }
p { color: rgb(254,211,104); }
H1.HeaderClassName
{
color: #FED368;
}
.AnyTagClassName
{
color: #FED368;
}
</style>
background-color css
<style>
a { background-color: #FED368; }
a { background-color: rgb(254,211,104); }
div.DivClassName
{
background-color: #FED368;
}
.BgClassName
{
background-color: #FED368;
}
</style>
border-color css
<style>
span { border-color: #FED368; }
span { border-color: rgb(254,211,104); }
td.TdClassName
{
border-color: #FED368;
}
.TagClassName
{
border-color: #FED368;
}
</style>