Shades of Paris Daisy #F2E953
Tints of Paris Daisy #F2E953
RGB
CMYK
RGB Variations
Color information
#F2E953 (or 0xF2E953) is known color: Paris Daisy. HEX triplet: F2, E9 and 53. RGB value is (242,233,83). Sum of RGB (Red+Green+Blue) = 242+233+83=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 83 (32.81% from 255 or 14.87% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E953 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E953 is #0D16AC. Grayscale: #DBDBDB. Windows color (decimal): -857773 or 5499378. OLE color: 5499378.
HSL color Cylindrical-coordinate representation of color #F2E953: hue angle of 56.6º 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 #F2E953 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 83 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.05 |
| HSL | 56.6º | 0.86% | 0.64% | - |
| HSV(B) | 56.6º | 0.66% | 0.95% | - |
| XYZ | 67.32 | 77.78 | 19.65 | - |
| YUV | 218.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 83 | 0 | 0.04 | 0.66 | 0.05 | 56.6 | 0.86 | 0.64 |
| Hex | F2 | E9 | 53 | 0 | 4 | 42 | 5 | 39 | 56 | 40 |
| Octal | 362 | 351 | 123 | 0 | 4 | 102 | 5 | 71 | 126 | 100 |
| Binary | 11110010 | 11101001 | 1010011 | 0 | 100 | 1000010 | 101 | 111001 | 1010110 | 1000000 |
Color Harmonies of #F2E953
Complementary color
Monochromatic Colors of #F2E953
Black with #F2E953
Text Example
Text Example
White with #F2E953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E953; }
p { color: rgb(242,233,83); }
H1.HeaderClassName
{
color: #F2E953;
}
.AnyTagClassName
{
color: #F2E953;
}
</style>
background-color css
<style>
a { background-color: #F2E953; }
a { background-color: rgb(242,233,83); }
div.DivClassName
{
background-color: #F2E953;
}
.BgClassName
{
background-color: #F2E953;
}
</style>
border-color css
<style>
span { border-color: #F2E953; }
span { border-color: rgb(242,233,83); }
td.TdClassName
{
border-color: #F2E953;
}
.TagClassName
{
border-color: #F2E953;
}
</style>