Shades of Paris Daisy #FEE24C
Tints of Paris Daisy #FEE24C
RGB
CMYK
RGB Variations
Color information
#FEE24C (or 0xFEE24C) is known color: Paris Daisy. HEX triplet: FE, E2 and 4C. RGB value is (254,226,76). Sum of RGB (Red+Green+Blue) = 254+226+76=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 76 (30.08% from 255 or 13.67% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE24C is #011DB3. Grayscale: #D9D9D9. Windows color (decimal): -73140 or 5038846. OLE color: 5038846.
HSL color Cylindrical-coordinate representation of color #FEE24C: hue angle of 50.56º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEE24C is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 76 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.00 |
| HSL | 50.56º | 0.99% | 0.65% | - |
| HSV(B) | 50.56º | 0.7% | 1% | - |
| XYZ | 69.37 | 75.99 | 17.85 | - |
| YUV | 217.27 | 48.28 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 76 | 0 | 0.11 | 0.70 | 0.00 | 50.56 | 0.99 | 0.65 |
| Hex | FE | E2 | 4C | 0 | B | 46 | 0 | 33 | 63 | 41 |
| Octal | 376 | 342 | 114 | 0 | 13 | 106 | 0 | 63 | 143 | 101 |
| Binary | 11111110 | 11100010 | 1001100 | 0 | 1011 | 1000110 | 0 | 110011 | 1100011 | 1000001 |
Color Harmonies of #FEE24C
Complementary color
Monochromatic Colors of #FEE24C
Black with #FEE24C
Text Example
Text Example
White with #FEE24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE24C; }
p { color: rgb(254,226,76); }
H1.HeaderClassName
{
color: #FEE24C;
}
.AnyTagClassName
{
color: #FEE24C;
}
</style>
background-color css
<style>
a { background-color: #FEE24C; }
a { background-color: rgb(254,226,76); }
div.DivClassName
{
background-color: #FEE24C;
}
.BgClassName
{
background-color: #FEE24C;
}
</style>
border-color css
<style>
span { border-color: #FEE24C; }
span { border-color: rgb(254,226,76); }
td.TdClassName
{
border-color: #FEE24C;
}
.TagClassName
{
border-color: #FEE24C;
}
</style>