Shades of Paris Daisy #FFF549
Tints of Paris Daisy #FFF549
RGB
CMYK
RGB Variations
Color information
#FFF549 (or 0xFFF549) is known color: Paris Daisy. HEX triplet: FF, F5 and 49. RGB value is (255,245,73). Sum of RGB (Red+Green+Blue) = 255+245+73=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 73 (28.91% from 255 or 12.74% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF549 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF549 is #000AB6. Grayscale: #E5E5E5. Windows color (decimal): -2743 or 4847103. OLE color: 4847103.
HSL color Cylindrical-coordinate representation of color #FFF549: hue angle of 56.7º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFF549 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 73 | - |
| CMYK | 0 | 0.04 | 0.71 | 0 |
| HSL | 56.7º | 1% | 0.64% | - |
| HSV(B) | 56.7º | 0.71% | 1% | - |
| XYZ | 75.1 | 87.05 | 19.15 | - |
| YUV | 228.38 | 40.31 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 73 | 0 | 0.04 | 0.71 | 0 | 56.7 | 1 | 0.64 |
| Hex | FF | F5 | 49 | 0 | 4 | 47 | 0 | 39 | 64 | 40 |
| Octal | 377 | 365 | 111 | 0 | 4 | 107 | 0 | 71 | 144 | 100 |
| Binary | 11111111 | 11110101 | 1001001 | 0 | 100 | 1000111 | 0 | 111001 | 1100100 | 1000000 |
Color Harmonies of #FFF549
Complementary color
Monochromatic Colors of #FFF549
Black with #FFF549
Text Example
Text Example
White with #FFF549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF549; }
p { color: rgb(255,245,73); }
H1.HeaderClassName
{
color: #FFF549;
}
.AnyTagClassName
{
color: #FFF549;
}
</style>
background-color css
<style>
a { background-color: #FFF549; }
a { background-color: rgb(255,245,73); }
div.DivClassName
{
background-color: #FFF549;
}
.BgClassName
{
background-color: #FFF549;
}
</style>
border-color css
<style>
span { border-color: #FFF549; }
span { border-color: rgb(255,245,73); }
td.TdClassName
{
border-color: #FFF549;
}
.TagClassName
{
border-color: #FFF549;
}
</style>