Shades of Dandelion #FED264
Tints of Dandelion #FED264
RGB
CMYK
RGB Variations
Color information
#FED264 (or 0xFED264) is known color: Dandelion. HEX triplet: FE, D2 and 64. RGB value is (254,210,100). Sum of RGB (Red+Green+Blue) = 254+210+100=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 100 (39.45% from 255 or 17.73% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FED264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED264 is #012D9B. Grayscale: #D3D3D3. Windows color (decimal): -77212 or 6607614. OLE color: 6607614.
HSL color Cylindrical-coordinate representation of color #FED264: hue angle of 42.86º 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 #FED264 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 100 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.00 |
| HSL | 42.86º | 0.99% | 0.69% | - |
| HSV(B) | 42.86º | 0.61% | 1% | - |
| XYZ | 66.22 | 68.08 | 21.71 | - |
| YUV | 210.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 100 | 0 | 0.17 | 0.61 | 0.00 | 42.86 | 0.99 | 0.69 |
| Hex | FE | D2 | 64 | 0 | 11 | 3D | 0 | 2B | 63 | 45 |
| Octal | 376 | 322 | 144 | 0 | 21 | 75 | 0 | 53 | 143 | 105 |
| Binary | 11111110 | 11010010 | 1100100 | 0 | 10001 | 111101 | 0 | 101011 | 1100011 | 1000101 |
Color Harmonies of #FED264
Complementary color
Monochromatic Colors of #FED264
Black with #FED264
Text Example
Text Example
White with #FED264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED264; }
p { color: rgb(254,210,100); }
H1.HeaderClassName
{
color: #FED264;
}
.AnyTagClassName
{
color: #FED264;
}
</style>
background-color css
<style>
a { background-color: #FED264; }
a { background-color: rgb(254,210,100); }
div.DivClassName
{
background-color: #FED264;
}
.BgClassName
{
background-color: #FED264;
}
</style>
border-color css
<style>
span { border-color: #FED264; }
span { border-color: rgb(254,210,100); }
td.TdClassName
{
border-color: #FED264;
}
.TagClassName
{
border-color: #FED264;
}
</style>