Shades of Paris Daisy #F5EE53
Tints of Paris Daisy #F5EE53
RGB
CMYK
RGB Variations
Color information
#F5EE53 (or 0xF5EE53) is known color: Paris Daisy. HEX triplet: F5, EE and 53. RGB value is (245,238,83). Sum of RGB (Red+Green+Blue) = 245+238+83=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 83 (32.81% from 255 or 14.66% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EE53 is #0A11AC. Grayscale: #DFDFDF. Windows color (decimal): -659885 or 5500661. OLE color: 5500661.
HSL color Cylindrical-coordinate representation of color #F5EE53: hue angle of 57.41º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5EE53 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 83 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.04 |
| HSL | 57.41º | 0.89% | 0.64% | - |
| HSV(B) | 57.41º | 0.66% | 0.96% | - |
| XYZ | 69.79 | 81.19 | 20.18 | - |
| YUV | 222.42 | 49.32 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 83 | 0 | 0.03 | 0.66 | 0.04 | 57.41 | 0.89 | 0.64 |
| Hex | F5 | EE | 53 | 0 | 3 | 42 | 4 | 39 | 59 | 40 |
| Octal | 365 | 356 | 123 | 0 | 3 | 102 | 4 | 71 | 131 | 100 |
| Binary | 11110101 | 11101110 | 1010011 | 0 | 11 | 1000010 | 100 | 111001 | 1011001 | 1000000 |
Color Harmonies of #F5EE53
Complementary color
Monochromatic Colors of #F5EE53
Black with #F5EE53
Text Example
Text Example
White with #F5EE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EE53; }
p { color: rgb(245,238,83); }
H1.HeaderClassName
{
color: #F5EE53;
}
.AnyTagClassName
{
color: #F5EE53;
}
</style>
background-color css
<style>
a { background-color: #F5EE53; }
a { background-color: rgb(245,238,83); }
div.DivClassName
{
background-color: #F5EE53;
}
.BgClassName
{
background-color: #F5EE53;
}
</style>
border-color css
<style>
span { border-color: #F5EE53; }
span { border-color: rgb(245,238,83); }
td.TdClassName
{
border-color: #F5EE53;
}
.TagClassName
{
border-color: #F5EE53;
}
</style>