Shades of Paris Daisy #F9F555
Tints of Paris Daisy #F9F555
RGB
CMYK
RGB Variations
Color information
#F9F555 (or 0xF9F555) is known color: Paris Daisy. HEX triplet: F9, F5 and 55. RGB value is (249,245,85). Sum of RGB (Red+Green+Blue) = 249+245+85=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 85 (33.59% from 255 or 14.68% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F555 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F555 is #060AAA. Grayscale: #E4E4E4. Windows color (decimal): -395947 or 5633529. OLE color: 5633529.
HSL color Cylindrical-coordinate representation of color #F9F555: hue angle of 58.54º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9F555 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 245 | 85 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.02 |
| HSL | 58.54º | 0.93% | 0.65% | - |
| HSV(B) | 58.54º | 0.66% | 0.98% | - |
| XYZ | 73.36 | 86.1 | 21.35 | - |
| YUV | 227.96 | 47.33 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 245 | 85 | 0 | 0.02 | 0.66 | 0.02 | 58.54 | 0.93 | 0.65 |
| Hex | F9 | F5 | 55 | 0 | 2 | 42 | 2 | 3B | 5D | 41 |
| Octal | 371 | 365 | 125 | 0 | 2 | 102 | 2 | 73 | 135 | 101 |
| Binary | 11111001 | 11110101 | 1010101 | 0 | 10 | 1000010 | 10 | 111011 | 1011101 | 1000001 |
Color Harmonies of #F9F555
Complementary color
Monochromatic Colors of #F9F555
Black with #F9F555
Text Example
Text Example
White with #F9F555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F555; }
p { color: rgb(249,245,85); }
H1.HeaderClassName
{
color: #F9F555;
}
.AnyTagClassName
{
color: #F9F555;
}
</style>
background-color css
<style>
a { background-color: #F9F555; }
a { background-color: rgb(249,245,85); }
div.DivClassName
{
background-color: #F9F555;
}
.BgClassName
{
background-color: #F9F555;
}
</style>
border-color css
<style>
span { border-color: #F9F555; }
span { border-color: rgb(249,245,85); }
td.TdClassName
{
border-color: #F9F555;
}
.TagClassName
{
border-color: #F9F555;
}
</style>