Shades of Paris Daisy #F5E746
Tints of Paris Daisy #F5E746
RGB
CMYK
RGB Variations
Color information
#F5E746 (or 0xF5E746) is known color: Paris Daisy. HEX triplet: F5, E7 and 46. RGB value is (245,231,70). Sum of RGB (Red+Green+Blue) = 245+231+70=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 70 (27.73% from 255 or 12.82% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E746 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E746 is #0A18B9. Grayscale: #D9D9D9. Windows color (decimal): -661690 or 4646901. OLE color: 4646901.
HSL color Cylindrical-coordinate representation of color #F5E746: hue angle of 55.2º 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 #F5E746 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 70 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.04 |
| HSL | 55.2º | 0.9% | 0.62% | - |
| HSV(B) | 55.2º | 0.71% | 0.96% | - |
| XYZ | 67.34 | 77.01 | 17.11 | - |
| YUV | 216.83 | 45.14 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 70 | 0 | 0.06 | 0.71 | 0.04 | 55.2 | 0.9 | 0.62 |
| Hex | F5 | E7 | 46 | 0 | 6 | 47 | 4 | 37 | 5A | 3E |
| Octal | 365 | 347 | 106 | 0 | 6 | 107 | 4 | 67 | 132 | 76 |
| Binary | 11110101 | 11100111 | 1000110 | 0 | 110 | 1000111 | 100 | 110111 | 1011010 | 111110 |
Color Harmonies of #F5E746
Complementary color
Monochromatic Colors of #F5E746
Black with #F5E746
Text Example
Text Example
White with #F5E746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E746; }
p { color: rgb(245,231,70); }
H1.HeaderClassName
{
color: #F5E746;
}
.AnyTagClassName
{
color: #F5E746;
}
</style>
background-color css
<style>
a { background-color: #F5E746; }
a { background-color: rgb(245,231,70); }
div.DivClassName
{
background-color: #F5E746;
}
.BgClassName
{
background-color: #F5E746;
}
</style>
border-color css
<style>
span { border-color: #F5E746; }
span { border-color: rgb(245,231,70); }
td.TdClassName
{
border-color: #F5E746;
}
.TagClassName
{
border-color: #F5E746;
}
</style>