Shades of Paris Daisy #FEE64F
Tints of Paris Daisy #FEE64F
RGB
CMYK
RGB Variations
Color information
#FEE64F (or 0xFEE64F) is known color: Paris Daisy. HEX triplet: FE, E6 and 4F. RGB value is (254,230,79). Sum of RGB (Red+Green+Blue) = 254+230+79=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 79 (31.25% from 255 or 14.03% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE64F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE64F is #0119B0. Grayscale: #DCDCDC. Windows color (decimal): -72113 or 5236478. OLE color: 5236478.
HSL color Cylindrical-coordinate representation of color #FEE64F: hue angle of 51.77º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEE64F is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 79 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.00 |
| HSL | 51.77º | 0.99% | 0.65% | - |
| HSV(B) | 51.77º | 0.69% | 1% | - |
| XYZ | 70.58 | 78.23 | 18.78 | - |
| YUV | 219.96 | 48.45 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 79 | 0 | 0.09 | 0.69 | 0.00 | 51.77 | 0.99 | 0.65 |
| Hex | FE | E6 | 4F | 0 | 9 | 45 | 0 | 34 | 63 | 41 |
| Octal | 376 | 346 | 117 | 0 | 11 | 105 | 0 | 64 | 143 | 101 |
| Binary | 11111110 | 11100110 | 1001111 | 0 | 1001 | 1000101 | 0 | 110100 | 1100011 | 1000001 |
Color Harmonies of #FEE64F
Complementary color
Monochromatic Colors of #FEE64F
Black with #FEE64F
Text Example
Text Example
White with #FEE64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE64F; }
p { color: rgb(254,230,79); }
H1.HeaderClassName
{
color: #FEE64F;
}
.AnyTagClassName
{
color: #FEE64F;
}
</style>
background-color css
<style>
a { background-color: #FEE64F; }
a { background-color: rgb(254,230,79); }
div.DivClassName
{
background-color: #FEE64F;
}
.BgClassName
{
background-color: #FEE64F;
}
</style>
border-color css
<style>
span { border-color: #FEE64F; }
span { border-color: rgb(254,230,79); }
td.TdClassName
{
border-color: #FEE64F;
}
.TagClassName
{
border-color: #FEE64F;
}
</style>