Shades of Paris Daisy #FFF551
Tints of Paris Daisy #FFF551
RGB
CMYK
RGB Variations
Color information
#FFF551 (or 0xFFF551) is known color: Paris Daisy. HEX triplet: FF, F5 and 51. RGB value is (255,245,81). Sum of RGB (Red+Green+Blue) = 255+245+81=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 81 (32.03% from 255 or 13.94% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF551 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF551 is #000AAE. Grayscale: #E5E5E5. Windows color (decimal): -2735 or 5371391. OLE color: 5371391.
HSL color Cylindrical-coordinate representation of color #FFF551: hue angle of 56.55º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFF551 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 81 | - |
| CMYK | 0 | 0.04 | 0.68 | 0 |
| HSL | 56.55º | 1% | 0.66% | - |
| HSV(B) | 56.55º | 0.68% | 1% | - |
| XYZ | 75.38 | 87.16 | 20.64 | - |
| YUV | 229.29 | 44.31 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 81 | 0 | 0.04 | 0.68 | 0 | 56.55 | 1 | 0.66 |
| Hex | FF | F5 | 51 | 0 | 4 | 44 | 0 | 39 | 64 | 42 |
| Octal | 377 | 365 | 121 | 0 | 4 | 104 | 0 | 71 | 144 | 102 |
| Binary | 11111111 | 11110101 | 1010001 | 0 | 100 | 1000100 | 0 | 111001 | 1100100 | 1000010 |
Color Harmonies of #FFF551
Complementary color
Monochromatic Colors of #FFF551
Black with #FFF551
Text Example
Text Example
White with #FFF551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF551; }
p { color: rgb(255,245,81); }
H1.HeaderClassName
{
color: #FFF551;
}
.AnyTagClassName
{
color: #FFF551;
}
</style>
background-color css
<style>
a { background-color: #FFF551; }
a { background-color: rgb(255,245,81); }
div.DivClassName
{
background-color: #FFF551;
}
.BgClassName
{
background-color: #FFF551;
}
</style>
border-color css
<style>
span { border-color: #FFF551; }
span { border-color: rgb(255,245,81); }
td.TdClassName
{
border-color: #FFF551;
}
.TagClassName
{
border-color: #FFF551;
}
</style>