Shades of Paris Daisy #F2E751
Tints of Paris Daisy #F2E751
RGB
CMYK
RGB Variations
Color information
#F2E751 (or 0xF2E751) is known color: Paris Daisy. HEX triplet: F2, E7 and 51. RGB value is (242,231,81). Sum of RGB (Red+Green+Blue) = 242+231+81=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 81 (32.03% from 255 or 14.62% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E751 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E751 is #0D18AE. Grayscale: #D9D9D9. Windows color (decimal): -858287 or 5367794. OLE color: 5367794.
HSL color Cylindrical-coordinate representation of color #F2E751: hue angle of 55.9º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2E751 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 81 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.05 |
| HSL | 55.9º | 0.86% | 0.63% | - |
| HSV(B) | 55.9º | 0.67% | 0.95% | - |
| XYZ | 66.68 | 76.62 | 19.06 | - |
| YUV | 217.19 | 51.14 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 81 | 0 | 0.05 | 0.67 | 0.05 | 55.9 | 0.86 | 0.63 |
| Hex | F2 | E7 | 51 | 0 | 5 | 43 | 5 | 38 | 56 | 3F |
| Octal | 362 | 347 | 121 | 0 | 5 | 103 | 5 | 70 | 126 | 77 |
| Binary | 11110010 | 11100111 | 1010001 | 0 | 101 | 1000011 | 101 | 111000 | 1010110 | 111111 |
Color Harmonies of #F2E751
Complementary color
Monochromatic Colors of #F2E751
Black with #F2E751
Text Example
Text Example
White with #F2E751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E751; }
p { color: rgb(242,231,81); }
H1.HeaderClassName
{
color: #F2E751;
}
.AnyTagClassName
{
color: #F2E751;
}
</style>
background-color css
<style>
a { background-color: #F2E751; }
a { background-color: rgb(242,231,81); }
div.DivClassName
{
background-color: #F2E751;
}
.BgClassName
{
background-color: #F2E751;
}
</style>
border-color css
<style>
span { border-color: #F2E751; }
span { border-color: rgb(242,231,81); }
td.TdClassName
{
border-color: #F2E751;
}
.TagClassName
{
border-color: #F2E751;
}
</style>