Shades of Paris Daisy #FEED46
Tints of Paris Daisy #FEED46
RGB
CMYK
RGB Variations
Color information
#FEED46 (or 0xFEED46) is known color: Paris Daisy. HEX triplet: FE, ED and 46. RGB value is (254,237,70). Sum of RGB (Red+Green+Blue) = 254+237+70=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 70 (27.73% from 255 or 12.48% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED46 is #0112B9. Grayscale: #DFDFDF. Windows color (decimal): -70330 or 4648446. OLE color: 4648446.
HSL color Cylindrical-coordinate representation of color #FEED46: hue angle of 54.46º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEED46 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 70 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.00 |
| HSL | 54.46º | 0.99% | 0.64% | - |
| HSV(B) | 54.46º | 0.72% | 1% | - |
| XYZ | 72.26 | 82.08 | 17.83 | - |
| YUV | 223.05 | 41.63 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 70 | 0 | 0.07 | 0.72 | 0.00 | 54.46 | 0.99 | 0.64 |
| Hex | FE | ED | 46 | 0 | 7 | 48 | 0 | 36 | 63 | 40 |
| Octal | 376 | 355 | 106 | 0 | 7 | 110 | 0 | 66 | 143 | 100 |
| Binary | 11111110 | 11101101 | 1000110 | 0 | 111 | 1001000 | 0 | 110110 | 1100011 | 1000000 |
Color Harmonies of #FEED46
Complementary color
Monochromatic Colors of #FEED46
Black with #FEED46
Text Example
Text Example
White with #FEED46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED46; }
p { color: rgb(254,237,70); }
H1.HeaderClassName
{
color: #FEED46;
}
.AnyTagClassName
{
color: #FEED46;
}
</style>
background-color css
<style>
a { background-color: #FEED46; }
a { background-color: rgb(254,237,70); }
div.DivClassName
{
background-color: #FEED46;
}
.BgClassName
{
background-color: #FEED46;
}
</style>
border-color css
<style>
span { border-color: #FEED46; }
span { border-color: rgb(254,237,70); }
td.TdClassName
{
border-color: #FEED46;
}
.TagClassName
{
border-color: #FEED46;
}
</style>