Shades of Paris Daisy #FFF555
Tints of Paris Daisy #FFF555
RGB
CMYK
RGB Variations
Color information
#FFF555 (or 0xFFF555) is known color: Paris Daisy. HEX triplet: FF, F5 and 55. RGB value is (255,245,85). Sum of RGB (Red+Green+Blue) = 255+245+85=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 85 (33.59% from 255 or 14.53% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF555 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF555 is #000AAA. Grayscale: #E6E6E6. Windows color (decimal): -2731 or 5633535. OLE color: 5633535.
HSL color Cylindrical-coordinate representation of color #FFF555: hue angle of 56.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFF555 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 85 | - |
| CMYK | 0 | 0.04 | 0.67 | 0 |
| HSL | 56.47º | 1% | 0.67% | - |
| HSV(B) | 56.47º | 0.67% | 1% | - |
| XYZ | 75.53 | 87.22 | 21.45 | - |
| YUV | 229.75 | 46.31 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 85 | 0 | 0.04 | 0.67 | 0 | 56.47 | 1 | 0.67 |
| Hex | FF | F5 | 55 | 0 | 4 | 43 | 0 | 38 | 64 | 43 |
| Octal | 377 | 365 | 125 | 0 | 4 | 103 | 0 | 70 | 144 | 103 |
| Binary | 11111111 | 11110101 | 1010101 | 0 | 100 | 1000011 | 0 | 111000 | 1100100 | 1000011 |
Color Harmonies of #FFF555
Complementary color
Monochromatic Colors of #FFF555
Black with #FFF555
Text Example
Text Example
White with #FFF555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF555; }
p { color: rgb(255,245,85); }
H1.HeaderClassName
{
color: #FFF555;
}
.AnyTagClassName
{
color: #FFF555;
}
</style>
background-color css
<style>
a { background-color: #FFF555; }
a { background-color: rgb(255,245,85); }
div.DivClassName
{
background-color: #FFF555;
}
.BgClassName
{
background-color: #FFF555;
}
</style>
border-color css
<style>
span { border-color: #FFF555; }
span { border-color: rgb(255,245,85); }
td.TdClassName
{
border-color: #FFF555;
}
.TagClassName
{
border-color: #FFF555;
}
</style>