Shades of Paris Daisy #FEE749
Tints of Paris Daisy #FEE749
RGB
CMYK
RGB Variations
Color information
#FEE749 (or 0xFEE749) is known color: Paris Daisy. HEX triplet: FE, E7 and 49. RGB value is (254,231,73). Sum of RGB (Red+Green+Blue) = 254+231+73=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 73 (28.91% from 255 or 13.08% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE749 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE749 is #0118B6. Grayscale: #DCDCDC. Windows color (decimal): -71863 or 4843518. OLE color: 4843518.
HSL color Cylindrical-coordinate representation of color #FEE749: hue angle of 52.38º 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 #FEE749 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 73 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.00 |
| HSL | 52.38º | 0.99% | 0.64% | - |
| HSV(B) | 52.38º | 0.71% | 1% | - |
| XYZ | 70.65 | 78.7 | 17.77 | - |
| YUV | 219.87 | 45.12 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 73 | 0 | 0.09 | 0.71 | 0.00 | 52.38 | 0.99 | 0.64 |
| Hex | FE | E7 | 49 | 0 | 9 | 47 | 0 | 34 | 63 | 40 |
| Octal | 376 | 347 | 111 | 0 | 11 | 107 | 0 | 64 | 143 | 100 |
| Binary | 11111110 | 11100111 | 1001001 | 0 | 1001 | 1000111 | 0 | 110100 | 1100011 | 1000000 |
Color Harmonies of #FEE749
Complementary color
Monochromatic Colors of #FEE749
Black with #FEE749
Text Example
Text Example
White with #FEE749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE749; }
p { color: rgb(254,231,73); }
H1.HeaderClassName
{
color: #FEE749;
}
.AnyTagClassName
{
color: #FEE749;
}
</style>
background-color css
<style>
a { background-color: #FEE749; }
a { background-color: rgb(254,231,73); }
div.DivClassName
{
background-color: #FEE749;
}
.BgClassName
{
background-color: #FEE749;
}
</style>
border-color css
<style>
span { border-color: #FEE749; }
span { border-color: rgb(254,231,73); }
td.TdClassName
{
border-color: #FEE749;
}
.TagClassName
{
border-color: #FEE749;
}
</style>