Shades of Paris Daisy #FFF949
Tints of Paris Daisy #FFF949
RGB
CMYK
RGB Variations
Color information
#FFF949 (or 0xFFF949) is known color: Paris Daisy. HEX triplet: FF, F9 and 49. RGB value is (255,249,73). Sum of RGB (Red+Green+Blue) = 255+249+73=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 73 (28.91% from 255 or 12.65% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF949 is #0006B6. Grayscale: #E7E7E7. Windows color (decimal): -1719 or 4848127. OLE color: 4848127.
HSL color Cylindrical-coordinate representation of color #FFF949: hue angle of 58.02º 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 #FFF949 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 73 | - |
| CMYK | 0 | 0.02 | 0.71 | 0 |
| HSL | 58.02º | 1% | 0.64% | - |
| HSV(B) | 58.02º | 0.71% | 1% | - |
| XYZ | 76.32 | 89.49 | 19.55 | - |
| YUV | 230.73 | 38.99 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 73 | 0 | 0.02 | 0.71 | 0 | 58.02 | 1 | 0.64 |
| Hex | FF | F9 | 49 | 0 | 2 | 47 | 0 | 3A | 64 | 40 |
| Octal | 377 | 371 | 111 | 0 | 2 | 107 | 0 | 72 | 144 | 100 |
| Binary | 11111111 | 11111001 | 1001001 | 0 | 10 | 1000111 | 0 | 111010 | 1100100 | 1000000 |
Color Harmonies of #FFF949
Complementary color
Monochromatic Colors of #FFF949
Black with #FFF949
Text Example
Text Example
White with #FFF949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF949; }
p { color: rgb(255,249,73); }
H1.HeaderClassName
{
color: #FFF949;
}
.AnyTagClassName
{
color: #FFF949;
}
</style>
background-color css
<style>
a { background-color: #FFF949; }
a { background-color: rgb(255,249,73); }
div.DivClassName
{
background-color: #FFF949;
}
.BgClassName
{
background-color: #FFF949;
}
</style>
border-color css
<style>
span { border-color: #FFF949; }
span { border-color: rgb(255,249,73); }
td.TdClassName
{
border-color: #FFF949;
}
.TagClassName
{
border-color: #FFF949;
}
</style>