Shades of Paris Daisy #FEF249
Tints of Paris Daisy #FEF249
RGB
CMYK
RGB Variations
Color information
#FEF249 (or 0xFEF249) is known color: Paris Daisy. HEX triplet: FE, F2 and 49. RGB value is (254,242,73). Sum of RGB (Red+Green+Blue) = 254+242+73=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 73 (28.91% from 255 or 12.83% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF249 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF249 is #010DB6. Grayscale: #E3E3E3. Windows color (decimal): -69047 or 4846334. OLE color: 4846334.
HSL color Cylindrical-coordinate representation of color #FEF249: hue angle of 56.02º 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 #FEF249 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 73 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.00 |
| HSL | 56.02º | 0.99% | 0.64% | - |
| HSV(B) | 56.02º | 0.71% | 1% | - |
| XYZ | 73.83 | 85.06 | 18.83 | - |
| YUV | 226.32 | 41.48 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 73 | 0 | 0.05 | 0.71 | 0.00 | 56.02 | 0.99 | 0.64 |
| Hex | FE | F2 | 49 | 0 | 5 | 47 | 0 | 38 | 63 | 40 |
| Octal | 376 | 362 | 111 | 0 | 5 | 107 | 0 | 70 | 143 | 100 |
| Binary | 11111110 | 11110010 | 1001001 | 0 | 101 | 1000111 | 0 | 111000 | 1100011 | 1000000 |
Color Harmonies of #FEF249
Complementary color
Monochromatic Colors of #FEF249
Black with #FEF249
Text Example
Text Example
White with #FEF249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF249; }
p { color: rgb(254,242,73); }
H1.HeaderClassName
{
color: #FEF249;
}
.AnyTagClassName
{
color: #FEF249;
}
</style>
background-color css
<style>
a { background-color: #FEF249; }
a { background-color: rgb(254,242,73); }
div.DivClassName
{
background-color: #FEF249;
}
.BgClassName
{
background-color: #FEF249;
}
</style>
border-color css
<style>
span { border-color: #FEF249; }
span { border-color: rgb(254,242,73); }
td.TdClassName
{
border-color: #FEF249;
}
.TagClassName
{
border-color: #FEF249;
}
</style>