Shades of Paris Daisy #F8EC53
Tints of Paris Daisy #F8EC53
RGB
CMYK
RGB Variations
Color information
#F8EC53 (or 0xF8EC53) is known color: Paris Daisy. HEX triplet: F8, EC and 53. RGB value is (248,236,83). Sum of RGB (Red+Green+Blue) = 248+236+83=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 83 (32.81% from 255 or 14.64% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8EC53 is #0713AC. Grayscale: #DEDEDE. Windows color (decimal): -463789 or 5500152. OLE color: 5500152.
HSL color Cylindrical-coordinate representation of color #F8EC53: hue angle of 55.64º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8EC53 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 83 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.03 |
| HSL | 55.64º | 0.92% | 0.65% | - |
| HSV(B) | 55.64º | 0.67% | 0.97% | - |
| XYZ | 70.27 | 80.57 | 20.03 | - |
| YUV | 222.15 | 49.48 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 83 | 0 | 0.05 | 0.67 | 0.03 | 55.64 | 0.92 | 0.65 |
| Hex | F8 | EC | 53 | 0 | 5 | 43 | 3 | 38 | 5C | 41 |
| Octal | 370 | 354 | 123 | 0 | 5 | 103 | 3 | 70 | 134 | 101 |
| Binary | 11111000 | 11101100 | 1010011 | 0 | 101 | 1000011 | 11 | 111000 | 1011100 | 1000001 |
Color Harmonies of #F8EC53
Complementary color
Monochromatic Colors of #F8EC53
Black with #F8EC53
Text Example
Text Example
White with #F8EC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC53; }
p { color: rgb(248,236,83); }
H1.HeaderClassName
{
color: #F8EC53;
}
.AnyTagClassName
{
color: #F8EC53;
}
</style>
background-color css
<style>
a { background-color: #F8EC53; }
a { background-color: rgb(248,236,83); }
div.DivClassName
{
background-color: #F8EC53;
}
.BgClassName
{
background-color: #F8EC53;
}
</style>
border-color css
<style>
span { border-color: #F8EC53; }
span { border-color: rgb(248,236,83); }
td.TdClassName
{
border-color: #F8EC53;
}
.TagClassName
{
border-color: #F8EC53;
}
</style>