Shades of Paris Daisy #F2E252
Tints of Paris Daisy #F2E252
RGB
CMYK
RGB Variations
Color information
#F2E252 (or 0xF2E252) is known color: Paris Daisy. HEX triplet: F2, E2 and 52. RGB value is (242,226,82). Sum of RGB (Red+Green+Blue) = 242+226+82=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 82 (32.42% from 255 or 14.91% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E252 is #0D1DAD. Grayscale: #D6D6D6. Windows color (decimal): -859566 or 5432050. OLE color: 5432050.
HSL color Cylindrical-coordinate representation of color #F2E252: hue angle of 54º 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 #F2E252 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 82 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.05 |
| HSL | 54º | 0.86% | 0.64% | - |
| HSV(B) | 54º | 0.66% | 0.95% | - |
| XYZ | 65.34 | 73.88 | 18.8 | - |
| YUV | 214.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 82 | 0 | 0.07 | 0.66 | 0.05 | 54 | 0.86 | 0.64 |
| Hex | F2 | E2 | 52 | 0 | 7 | 42 | 5 | 36 | 56 | 40 |
| Octal | 362 | 342 | 122 | 0 | 7 | 102 | 5 | 66 | 126 | 100 |
| Binary | 11110010 | 11100010 | 1010010 | 0 | 111 | 1000010 | 101 | 110110 | 1010110 | 1000000 |
Color Harmonies of #F2E252
Complementary color
Monochromatic Colors of #F2E252
Black with #F2E252
Text Example
Text Example
White with #F2E252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E252; }
p { color: rgb(242,226,82); }
H1.HeaderClassName
{
color: #F2E252;
}
.AnyTagClassName
{
color: #F2E252;
}
</style>
background-color css
<style>
a { background-color: #F2E252; }
a { background-color: rgb(242,226,82); }
div.DivClassName
{
background-color: #F2E252;
}
.BgClassName
{
background-color: #F2E252;
}
</style>
border-color css
<style>
span { border-color: #F2E252; }
span { border-color: rgb(242,226,82); }
td.TdClassName
{
border-color: #F2E252;
}
.TagClassName
{
border-color: #F2E252;
}
</style>