Shades of Paris Daisy #F2E549
Tints of Paris Daisy #F2E549
RGB
CMYK
RGB Variations
Color information
#F2E549 (or 0xF2E549) is known color: Paris Daisy. HEX triplet: F2, E5 and 49. RGB value is (242,229,73). Sum of RGB (Red+Green+Blue) = 242+229+73=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 73 (28.91% from 255 or 13.42% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E549 is #0D1AB6. Grayscale: #D7D7D7. Windows color (decimal): -858807 or 4842994. OLE color: 4842994.
HSL color Cylindrical-coordinate representation of color #F2E549: hue angle of 55.38º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2E549 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 73 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.05 |
| HSL | 55.38º | 0.87% | 0.62% | - |
| HSV(B) | 55.38º | 0.7% | 0.95% | - |
| XYZ | 65.84 | 75.4 | 17.39 | - |
| YUV | 215.1 | 47.81 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 73 | 0 | 0.05 | 0.70 | 0.05 | 55.38 | 0.87 | 0.62 |
| Hex | F2 | E5 | 49 | 0 | 5 | 46 | 5 | 37 | 57 | 3E |
| Octal | 362 | 345 | 111 | 0 | 5 | 106 | 5 | 67 | 127 | 76 |
| Binary | 11110010 | 11100101 | 1001001 | 0 | 101 | 1000110 | 101 | 110111 | 1010111 | 111110 |
Color Harmonies of #F2E549
Complementary color
Monochromatic Colors of #F2E549
Black with #F2E549
Text Example
Text Example
White with #F2E549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E549; }
p { color: rgb(242,229,73); }
H1.HeaderClassName
{
color: #F2E549;
}
.AnyTagClassName
{
color: #F2E549;
}
</style>
background-color css
<style>
a { background-color: #F2E549; }
a { background-color: rgb(242,229,73); }
div.DivClassName
{
background-color: #F2E549;
}
.BgClassName
{
background-color: #F2E549;
}
</style>
border-color css
<style>
span { border-color: #F2E549; }
span { border-color: rgb(242,229,73); }
td.TdClassName
{
border-color: #F2E549;
}
.TagClassName
{
border-color: #F2E549;
}
</style>