Shades of Paris Daisy #F2E451
Tints of Paris Daisy #F2E451
RGB
CMYK
RGB Variations
Color information
#F2E451 (or 0xF2E451) is known color: Paris Daisy. HEX triplet: F2, E4 and 51. RGB value is (242,228,81). Sum of RGB (Red+Green+Blue) = 242+228+81=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 81 (32.03% from 255 or 14.70% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E451 is #0D1BAE. Grayscale: #D8D8D8. Windows color (decimal): -859055 or 5367026. OLE color: 5367026.
HSL color Cylindrical-coordinate representation of color #F2E451: hue angle of 54.78º 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 #F2E451 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 81 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.05 |
| HSL | 54.78º | 0.86% | 0.63% | - |
| HSV(B) | 54.78º | 0.67% | 0.95% | - |
| XYZ | 65.85 | 74.96 | 18.78 | - |
| YUV | 215.43 | 52.14 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 81 | 0 | 0.06 | 0.67 | 0.05 | 54.78 | 0.86 | 0.63 |
| Hex | F2 | E4 | 51 | 0 | 6 | 43 | 5 | 37 | 56 | 3F |
| Octal | 362 | 344 | 121 | 0 | 6 | 103 | 5 | 67 | 126 | 77 |
| Binary | 11110010 | 11100100 | 1010001 | 0 | 110 | 1000011 | 101 | 110111 | 1010110 | 111111 |
Color Harmonies of #F2E451
Complementary color
Monochromatic Colors of #F2E451
Black with #F2E451
Text Example
Text Example
White with #F2E451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E451; }
p { color: rgb(242,228,81); }
H1.HeaderClassName
{
color: #F2E451;
}
.AnyTagClassName
{
color: #F2E451;
}
</style>
background-color css
<style>
a { background-color: #F2E451; }
a { background-color: rgb(242,228,81); }
div.DivClassName
{
background-color: #F2E451;
}
.BgClassName
{
background-color: #F2E451;
}
</style>
border-color css
<style>
span { border-color: #F2E451; }
span { border-color: rgb(242,228,81); }
td.TdClassName
{
border-color: #F2E451;
}
.TagClassName
{
border-color: #F2E451;
}
</style>