Shades of Paris Daisy #F5E146
Tints of Paris Daisy #F5E146
RGB
CMYK
RGB Variations
Color information
#F5E146 (or 0xF5E146) is known color: Paris Daisy. HEX triplet: F5, E1 and 46. RGB value is (245,225,70). Sum of RGB (Red+Green+Blue) = 245+225+70=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 70 (27.73% from 255 or 12.96% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E146 is #0A1EB9. Grayscale: #D5D5D5. Windows color (decimal): -663226 or 4645365. OLE color: 4645365.
HSL color Cylindrical-coordinate representation of color #F5E146: hue angle of 53.14º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5E146 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 70 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.04 |
| HSL | 53.14º | 0.9% | 0.62% | - |
| HSV(B) | 53.14º | 0.71% | 0.96% | - |
| XYZ | 65.69 | 73.71 | 16.56 | - |
| YUV | 213.31 | 47.13 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 70 | 0 | 0.08 | 0.71 | 0.04 | 53.14 | 0.9 | 0.62 |
| Hex | F5 | E1 | 46 | 0 | 8 | 47 | 4 | 35 | 5A | 3E |
| Octal | 365 | 341 | 106 | 0 | 10 | 107 | 4 | 65 | 132 | 76 |
| Binary | 11110101 | 11100001 | 1000110 | 0 | 1000 | 1000111 | 100 | 110101 | 1011010 | 111110 |
Color Harmonies of #F5E146
Complementary color
Monochromatic Colors of #F5E146
Black with #F5E146
Text Example
Text Example
White with #F5E146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E146; }
p { color: rgb(245,225,70); }
H1.HeaderClassName
{
color: #F5E146;
}
.AnyTagClassName
{
color: #F5E146;
}
</style>
background-color css
<style>
a { background-color: #F5E146; }
a { background-color: rgb(245,225,70); }
div.DivClassName
{
background-color: #F5E146;
}
.BgClassName
{
background-color: #F5E146;
}
</style>
border-color css
<style>
span { border-color: #F5E146; }
span { border-color: rgb(245,225,70); }
td.TdClassName
{
border-color: #F5E146;
}
.TagClassName
{
border-color: #F5E146;
}
</style>