Shades of Paris Daisy #F2E352
Tints of Paris Daisy #F2E352
RGB
CMYK
RGB Variations
Color information
#F2E352 (or 0xF2E352) is known color: Paris Daisy. HEX triplet: F2, E3 and 52. RGB value is (242,227,82). Sum of RGB (Red+Green+Blue) = 242+227+82=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 82 (32.42% from 255 or 14.88% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E352 is #0D1CAD. Grayscale: #D7D7D7. Windows color (decimal): -859310 or 5432306. OLE color: 5432306.
HSL color Cylindrical-coordinate representation of color #F2E352: hue angle of 54.38º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2E352 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 82 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.05 |
| HSL | 54.38º | 0.86% | 0.64% | - |
| HSV(B) | 54.38º | 0.66% | 0.95% | - |
| XYZ | 65.61 | 74.42 | 18.89 | - |
| YUV | 214.96 | 52.97 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 82 | 0 | 0.06 | 0.66 | 0.05 | 54.38 | 0.86 | 0.64 |
| Hex | F2 | E3 | 52 | 0 | 6 | 42 | 5 | 36 | 56 | 40 |
| Octal | 362 | 343 | 122 | 0 | 6 | 102 | 5 | 66 | 126 | 100 |
| Binary | 11110010 | 11100011 | 1010010 | 0 | 110 | 1000010 | 101 | 110110 | 1010110 | 1000000 |
Color Harmonies of #F2E352
Complementary color
Monochromatic Colors of #F2E352
Black with #F2E352
Text Example
Text Example
White with #F2E352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E352; }
p { color: rgb(242,227,82); }
H1.HeaderClassName
{
color: #F2E352;
}
.AnyTagClassName
{
color: #F2E352;
}
</style>
background-color css
<style>
a { background-color: #F2E352; }
a { background-color: rgb(242,227,82); }
div.DivClassName
{
background-color: #F2E352;
}
.BgClassName
{
background-color: #F2E352;
}
</style>
border-color css
<style>
span { border-color: #F2E352; }
span { border-color: rgb(242,227,82); }
td.TdClassName
{
border-color: #F2E352;
}
.TagClassName
{
border-color: #F2E352;
}
</style>