Shades of Paris Daisy #F5F655
Tints of Paris Daisy #F5F655
RGB
CMYK
RGB Variations
Color information
#F5F655 (or 0xF5F655) is known color: Paris Daisy. HEX triplet: F5, F6 and 55. RGB value is (245,246,85). Sum of RGB (Red+Green+Blue) = 245+246+85=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 246 (96.48% from 255 or 42.71% from 576); Blue value is 85 (33.59% from 255 or 14.76% from 576); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F655 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F655 is #0A09AA. Grayscale: #E3E3E3. Windows color (decimal): -657835 or 5633781. OLE color: 5633781.
HSL color Cylindrical-coordinate representation of color #F5F655: hue angle of 60.37º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5F655 is Cyan = 0.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 246 | 85 | - |
| CMYK | 0.00 | 0 | 0.65 | 0.04 |
| HSL | 60.37º | 0.9% | 0.65% | - |
| HSV(B) | 60.37º | 0.65% | 0.96% | - |
| XYZ | 72.25 | 85.98 | 21.38 | - |
| YUV | 227.35 | 47.67 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 246 | 85 | 0.00 | 0 | 0.65 | 0.04 | 60.37 | 0.9 | 0.65 |
| Hex | F5 | F6 | 55 | 0 | 0 | 41 | 4 | 3C | 5A | 41 |
| Octal | 365 | 366 | 125 | 0 | 0 | 101 | 4 | 74 | 132 | 101 |
| Binary | 11110101 | 11110110 | 1010101 | 0 | 0 | 1000001 | 100 | 111100 | 1011010 | 1000001 |
Color Harmonies of #F5F655
Complementary color
Monochromatic Colors of #F5F655
Black with #F5F655
Text Example
Text Example
White with #F5F655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F655; }
p { color: rgb(245,246,85); }
H1.HeaderClassName
{
color: #F5F655;
}
.AnyTagClassName
{
color: #F5F655;
}
</style>
background-color css
<style>
a { background-color: #F5F655; }
a { background-color: rgb(245,246,85); }
div.DivClassName
{
background-color: #F5F655;
}
.BgClassName
{
background-color: #F5F655;
}
</style>
border-color css
<style>
span { border-color: #F5F655; }
span { border-color: rgb(245,246,85); }
td.TdClassName
{
border-color: #F5F655;
}
.TagClassName
{
border-color: #F5F655;
}
</style>