Shades of Paris Daisy #FEE24A
Tints of Paris Daisy #FEE24A
RGB
CMYK
RGB Variations
Color information
#FEE24A (or 0xFEE24A) is known color: Paris Daisy. HEX triplet: FE, E2 and 4A. RGB value is (254,226,74). Sum of RGB (Red+Green+Blue) = 254+226+74=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 74 (29.30% from 255 or 13.36% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE24A is #011DB5. Grayscale: #D9D9D9. Windows color (decimal): -73142 or 4907774. OLE color: 4907774.
HSL color Cylindrical-coordinate representation of color #FEE24A: hue angle of 50.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEE24A is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 74 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.00 |
| HSL | 50.67º | 0.99% | 0.64% | - |
| HSV(B) | 50.67º | 0.71% | 1% | - |
| XYZ | 69.31 | 75.96 | 17.49 | - |
| YUV | 217.04 | 47.28 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 74 | 0 | 0.11 | 0.71 | 0.00 | 50.67 | 0.99 | 0.64 |
| Hex | FE | E2 | 4A | 0 | B | 47 | 0 | 33 | 63 | 40 |
| Octal | 376 | 342 | 112 | 0 | 13 | 107 | 0 | 63 | 143 | 100 |
| Binary | 11111110 | 11100010 | 1001010 | 0 | 1011 | 1000111 | 0 | 110011 | 1100011 | 1000000 |
Color Harmonies of #FEE24A
Complementary color
Monochromatic Colors of #FEE24A
Black with #FEE24A
Text Example
Text Example
White with #FEE24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE24A; }
p { color: rgb(254,226,74); }
H1.HeaderClassName
{
color: #FEE24A;
}
.AnyTagClassName
{
color: #FEE24A;
}
</style>
background-color css
<style>
a { background-color: #FEE24A; }
a { background-color: rgb(254,226,74); }
div.DivClassName
{
background-color: #FEE24A;
}
.BgClassName
{
background-color: #FEE24A;
}
</style>
border-color css
<style>
span { border-color: #FEE24A; }
span { border-color: rgb(254,226,74); }
td.TdClassName
{
border-color: #FEE24A;
}
.TagClassName
{
border-color: #FEE24A;
}
</style>