Shades of Paris Daisy #FEE646
Tints of Paris Daisy #FEE646
RGB
CMYK
RGB Variations
Color information
#FEE646 (or 0xFEE646) is known color: Paris Daisy. HEX triplet: FE, E6 and 46. RGB value is (254,230,70). Sum of RGB (Red+Green+Blue) = 254+230+70=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 70 (27.73% from 255 or 12.64% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE646 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE646 is #0119B9. Grayscale: #DBDBDB. Windows color (decimal): -72122 or 4646654. OLE color: 4646654.
HSL color Cylindrical-coordinate representation of color #FEE646: hue angle of 52.17º 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 #FEE646 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 70 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.00 |
| HSL | 52.17º | 0.99% | 0.64% | - |
| HSV(B) | 52.17º | 0.72% | 1% | - |
| XYZ | 70.28 | 78.11 | 17.17 | - |
| YUV | 218.94 | 43.95 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 70 | 0 | 0.09 | 0.72 | 0.00 | 52.17 | 0.99 | 0.64 |
| Hex | FE | E6 | 46 | 0 | 9 | 48 | 0 | 34 | 63 | 40 |
| Octal | 376 | 346 | 106 | 0 | 11 | 110 | 0 | 64 | 143 | 100 |
| Binary | 11111110 | 11100110 | 1000110 | 0 | 1001 | 1001000 | 0 | 110100 | 1100011 | 1000000 |
Color Harmonies of #FEE646
Complementary color
Monochromatic Colors of #FEE646
Black with #FEE646
Text Example
Text Example
White with #FEE646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE646; }
p { color: rgb(254,230,70); }
H1.HeaderClassName
{
color: #FEE646;
}
.AnyTagClassName
{
color: #FEE646;
}
</style>
background-color css
<style>
a { background-color: #FEE646; }
a { background-color: rgb(254,230,70); }
div.DivClassName
{
background-color: #FEE646;
}
.BgClassName
{
background-color: #FEE646;
}
</style>
border-color css
<style>
span { border-color: #FEE646; }
span { border-color: rgb(254,230,70); }
td.TdClassName
{
border-color: #FEE646;
}
.TagClassName
{
border-color: #FEE646;
}
</style>