Shades of Paris Daisy #F5F046
Tints of Paris Daisy #F5F046
RGB
CMYK
RGB Variations
Color information
#F5F046 (or 0xF5F046) is known color: Paris Daisy. HEX triplet: F5, F0 and 46. RGB value is (245,240,70). Sum of RGB (Red+Green+Blue) = 245+240+70=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 70 (27.73% from 255 or 12.61% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F046 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F046 is #0A0FB9. Grayscale: #DEDEDE. Windows color (decimal): -659386 or 4649205. OLE color: 4649205.
HSL color Cylindrical-coordinate representation of color #F5F046: hue angle of 58.29º 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 #F5F046 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 70 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.04 |
| HSL | 58.29º | 0.9% | 0.62% | - |
| HSV(B) | 58.29º | 0.71% | 0.96% | - |
| XYZ | 69.92 | 82.17 | 17.97 | - |
| YUV | 222.12 | 42.16 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 70 | 0 | 0.02 | 0.71 | 0.04 | 58.29 | 0.9 | 0.62 |
| Hex | F5 | F0 | 46 | 0 | 2 | 47 | 4 | 3A | 5A | 3E |
| Octal | 365 | 360 | 106 | 0 | 2 | 107 | 4 | 72 | 132 | 76 |
| Binary | 11110101 | 11110000 | 1000110 | 0 | 10 | 1000111 | 100 | 111010 | 1011010 | 111110 |
Color Harmonies of #F5F046
Complementary color
Monochromatic Colors of #F5F046
Black with #F5F046
Text Example
Text Example
White with #F5F046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F046; }
p { color: rgb(245,240,70); }
H1.HeaderClassName
{
color: #F5F046;
}
.AnyTagClassName
{
color: #F5F046;
}
</style>
background-color css
<style>
a { background-color: #F5F046; }
a { background-color: rgb(245,240,70); }
div.DivClassName
{
background-color: #F5F046;
}
.BgClassName
{
background-color: #F5F046;
}
</style>
border-color css
<style>
span { border-color: #F5F046; }
span { border-color: rgb(245,240,70); }
td.TdClassName
{
border-color: #F5F046;
}
.TagClassName
{
border-color: #F5F046;
}
</style>