Shades of Paris Daisy #F4F155
Tints of Paris Daisy #F4F155
RGB
CMYK
RGB Variations
Color information
#F4F155 (or 0xF4F155) is known color: Paris Daisy. HEX triplet: F4, F1 and 55. RGB value is (244,241,85). Sum of RGB (Red+Green+Blue) = 244+241+85=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 85 (33.59% from 255 or 14.91% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F155 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F155 is #0B0EAA. Grayscale: #E0E0E0. Windows color (decimal): -724651 or 5632500. OLE color: 5632500.
HSL color Cylindrical-coordinate representation of color #F4F155: hue angle of 58.87º degrees, saturation: 0.88, 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 #F4F155 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 241 | 85 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.04 |
| HSL | 58.87º | 0.88% | 0.65% | - |
| HSV(B) | 58.87º | 0.65% | 0.96% | - |
| XYZ | 70.4 | 82.8 | 20.87 | - |
| YUV | 224.11 | 49.49 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 241 | 85 | 0 | 0.01 | 0.65 | 0.04 | 58.87 | 0.88 | 0.65 |
| Hex | F4 | F1 | 55 | 0 | 1 | 41 | 4 | 3B | 58 | 41 |
| Octal | 364 | 361 | 125 | 0 | 1 | 101 | 4 | 73 | 130 | 101 |
| Binary | 11110100 | 11110001 | 1010101 | 0 | 1 | 1000001 | 100 | 111011 | 1011000 | 1000001 |
Color Harmonies of #F4F155
Complementary color
Monochromatic Colors of #F4F155
Black with #F4F155
Text Example
Text Example
White with #F4F155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F155; }
p { color: rgb(244,241,85); }
H1.HeaderClassName
{
color: #F4F155;
}
.AnyTagClassName
{
color: #F4F155;
}
</style>
background-color css
<style>
a { background-color: #F4F155; }
a { background-color: rgb(244,241,85); }
div.DivClassName
{
background-color: #F4F155;
}
.BgClassName
{
background-color: #F4F155;
}
</style>
border-color css
<style>
span { border-color: #F4F155; }
span { border-color: rgb(244,241,85); }
td.TdClassName
{
border-color: #F4F155;
}
.TagClassName
{
border-color: #F4F155;
}
</style>