Shades of Paris Daisy #FEEF41
Tints of Paris Daisy #FEEF41
RGB
CMYK
RGB Variations
Color information
#FEEF41 (or 0xFEEF41) is known color: Paris Daisy. HEX triplet: FE, EF and 41. RGB value is (254,239,65). Sum of RGB (Red+Green+Blue) = 254+239+65=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 65 (25.78% from 255 or 11.65% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF41 is #0110BE. Grayscale: #E0E0E0. Windows color (decimal): -69823 or 4321278. OLE color: 4321278.
HSL color Cylindrical-coordinate representation of color #FEEF41: hue angle of 55.24º 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 #FEEF41 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 65 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.00 |
| HSL | 55.24º | 0.99% | 0.63% | - |
| HSV(B) | 55.24º | 0.74% | 1% | - |
| XYZ | 72.69 | 83.19 | 17.23 | - |
| YUV | 223.65 | 38.47 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 65 | 0 | 0.06 | 0.74 | 0.00 | 55.24 | 0.99 | 0.63 |
| Hex | FE | EF | 41 | 0 | 6 | 4A | 0 | 37 | 63 | 3F |
| Octal | 376 | 357 | 101 | 0 | 6 | 112 | 0 | 67 | 143 | 77 |
| Binary | 11111110 | 11101111 | 1000001 | 0 | 110 | 1001010 | 0 | 110111 | 1100011 | 111111 |
Color Harmonies of #FEEF41
Complementary color
Monochromatic Colors of #FEEF41
Black with #FEEF41
Text Example
Text Example
White with #FEEF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF41; }
p { color: rgb(254,239,65); }
H1.HeaderClassName
{
color: #FEEF41;
}
.AnyTagClassName
{
color: #FEEF41;
}
</style>
background-color css
<style>
a { background-color: #FEEF41; }
a { background-color: rgb(254,239,65); }
div.DivClassName
{
background-color: #FEEF41;
}
.BgClassName
{
background-color: #FEEF41;
}
</style>
border-color css
<style>
span { border-color: #FEEF41; }
span { border-color: rgb(254,239,65); }
td.TdClassName
{
border-color: #FEEF41;
}
.TagClassName
{
border-color: #FEEF41;
}
</style>