Shades of Paris Daisy #FEEE41
Tints of Paris Daisy #FEEE41
RGB
CMYK
RGB Variations
Color information
#FEEE41 (or 0xFEEE41) is known color: Paris Daisy. HEX triplet: FE, EE and 41. RGB value is (254,238,65). Sum of RGB (Red+Green+Blue) = 254+238+65=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 65 (25.78% from 255 or 11.67% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEE41 is #0111BE. Grayscale: #DFDFDF. Windows color (decimal): -70079 or 4321022. OLE color: 4321022.
HSL color Cylindrical-coordinate representation of color #FEEE41: hue angle of 54.92º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEEE41 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 65 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.00 |
| HSL | 54.92º | 0.99% | 0.63% | - |
| HSV(B) | 54.92º | 0.74% | 1% | - |
| XYZ | 72.4 | 82.6 | 17.13 | - |
| YUV | 223.06 | 38.8 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 65 | 0 | 0.06 | 0.74 | 0.00 | 54.92 | 0.99 | 0.63 |
| Hex | FE | EE | 41 | 0 | 6 | 4A | 0 | 37 | 63 | 3F |
| Octal | 376 | 356 | 101 | 0 | 6 | 112 | 0 | 67 | 143 | 77 |
| Binary | 11111110 | 11101110 | 1000001 | 0 | 110 | 1001010 | 0 | 110111 | 1100011 | 111111 |
Color Harmonies of #FEEE41
Complementary color
Monochromatic Colors of #FEEE41
Black with #FEEE41
Text Example
Text Example
White with #FEEE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE41; }
p { color: rgb(254,238,65); }
H1.HeaderClassName
{
color: #FEEE41;
}
.AnyTagClassName
{
color: #FEEE41;
}
</style>
background-color css
<style>
a { background-color: #FEEE41; }
a { background-color: rgb(254,238,65); }
div.DivClassName
{
background-color: #FEEE41;
}
.BgClassName
{
background-color: #FEEE41;
}
</style>
border-color css
<style>
span { border-color: #FEEE41; }
span { border-color: rgb(254,238,65); }
td.TdClassName
{
border-color: #FEEE41;
}
.TagClassName
{
border-color: #FEEE41;
}
</style>