Shades of Paris Daisy #FEE24F
Tints of Paris Daisy #FEE24F
RGB
CMYK
RGB Variations
Color information
#FEE24F (or 0xFEE24F) is known color: Paris Daisy. HEX triplet: FE, E2 and 4F. RGB value is (254,226,79). Sum of RGB (Red+Green+Blue) = 254+226+79=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 79 (31.25% from 255 or 14.13% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE24F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE24F is #011DB0. Grayscale: #DADADA. Windows color (decimal): -73137 or 5235454. OLE color: 5235454.
HSL color Cylindrical-coordinate representation of color #FEE24F: hue angle of 50.4º 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 #FEE24F is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 79 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.00 |
| HSL | 50.4º | 0.99% | 0.65% | - |
| HSV(B) | 50.4º | 0.69% | 1% | - |
| XYZ | 69.48 | 76.03 | 18.41 | - |
| YUV | 217.61 | 49.78 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 79 | 0 | 0.11 | 0.69 | 0.00 | 50.4 | 0.99 | 0.65 |
| Hex | FE | E2 | 4F | 0 | B | 45 | 0 | 32 | 63 | 41 |
| Octal | 376 | 342 | 117 | 0 | 13 | 105 | 0 | 62 | 143 | 101 |
| Binary | 11111110 | 11100010 | 1001111 | 0 | 1011 | 1000101 | 0 | 110010 | 1100011 | 1000001 |
Color Harmonies of #FEE24F
Complementary color
Monochromatic Colors of #FEE24F
Black with #FEE24F
Text Example
Text Example
White with #FEE24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE24F; }
p { color: rgb(254,226,79); }
H1.HeaderClassName
{
color: #FEE24F;
}
.AnyTagClassName
{
color: #FEE24F;
}
</style>
background-color css
<style>
a { background-color: #FEE24F; }
a { background-color: rgb(254,226,79); }
div.DivClassName
{
background-color: #FEE24F;
}
.BgClassName
{
background-color: #FEE24F;
}
</style>
border-color css
<style>
span { border-color: #FEE24F; }
span { border-color: rgb(254,226,79); }
td.TdClassName
{
border-color: #FEE24F;
}
.TagClassName
{
border-color: #FEE24F;
}
</style>