Shades of Paris Daisy #F5E253
Tints of Paris Daisy #F5E253
RGB
CMYK
RGB Variations
Color information
#F5E253 (or 0xF5E253) is known color: Paris Daisy. HEX triplet: F5, E2 and 53. RGB value is (245,226,83). Sum of RGB (Red+Green+Blue) = 245+226+83=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 83 (32.81% from 255 or 14.98% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E253 is #0A1DAC. Grayscale: #D7D7D7. Windows color (decimal): -662957 or 5497589. OLE color: 5497589.
HSL color Cylindrical-coordinate representation of color #F5E253: hue angle of 52.96º 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 #F5E253 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 83 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.04 |
| HSL | 52.96º | 0.89% | 0.64% | - |
| HSV(B) | 52.96º | 0.66% | 0.96% | - |
| XYZ | 66.41 | 74.43 | 19.05 | - |
| YUV | 215.38 | 53.29 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 83 | 0 | 0.08 | 0.66 | 0.04 | 52.96 | 0.89 | 0.64 |
| Hex | F5 | E2 | 53 | 0 | 8 | 42 | 4 | 35 | 59 | 40 |
| Octal | 365 | 342 | 123 | 0 | 10 | 102 | 4 | 65 | 131 | 100 |
| Binary | 11110101 | 11100010 | 1010011 | 0 | 1000 | 1000010 | 100 | 110101 | 1011001 | 1000000 |
Color Harmonies of #F5E253
Complementary color
Monochromatic Colors of #F5E253
Black with #F5E253
Text Example
Text Example
White with #F5E253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E253; }
p { color: rgb(245,226,83); }
H1.HeaderClassName
{
color: #F5E253;
}
.AnyTagClassName
{
color: #F5E253;
}
</style>
background-color css
<style>
a { background-color: #F5E253; }
a { background-color: rgb(245,226,83); }
div.DivClassName
{
background-color: #F5E253;
}
.BgClassName
{
background-color: #F5E253;
}
</style>
border-color css
<style>
span { border-color: #F5E253; }
span { border-color: rgb(245,226,83); }
td.TdClassName
{
border-color: #F5E253;
}
.TagClassName
{
border-color: #F5E253;
}
</style>