Shades of Paris Daisy #FFFA49
Tints of Paris Daisy #FFFA49
RGB
CMYK
RGB Variations
Color information
#FFFA49 (or 0xFFFA49) is known color: Paris Daisy. HEX triplet: FF, FA and 49. RGB value is (255,250,73). Sum of RGB (Red+Green+Blue) = 255+250+73=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 73 (28.91% from 255 or 12.63% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA49 is #0005B6. Grayscale: #E8E8E8. Windows color (decimal): -1463 or 4848383. OLE color: 4848383.
HSL color Cylindrical-coordinate representation of color #FFFA49: hue angle of 58.35º 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 #FFFA49 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 73 | - |
| CMYK | 0 | 0.02 | 0.71 | 0 |
| HSL | 58.35º | 1% | 0.64% | - |
| HSV(B) | 58.35º | 0.71% | 1% | - |
| XYZ | 76.63 | 90.11 | 19.66 | - |
| YUV | 231.32 | 38.66 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 73 | 0 | 0.02 | 0.71 | 0 | 58.35 | 1 | 0.64 |
| Hex | FF | FA | 49 | 0 | 2 | 47 | 0 | 3A | 64 | 40 |
| Octal | 377 | 372 | 111 | 0 | 2 | 107 | 0 | 72 | 144 | 100 |
| Binary | 11111111 | 11111010 | 1001001 | 0 | 10 | 1000111 | 0 | 111010 | 1100100 | 1000000 |
Color Harmonies of #FFFA49
Complementary color
Monochromatic Colors of #FFFA49
Black with #FFFA49
Text Example
Text Example
White with #FFFA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA49; }
p { color: rgb(255,250,73); }
H1.HeaderClassName
{
color: #FFFA49;
}
.AnyTagClassName
{
color: #FFFA49;
}
</style>
background-color css
<style>
a { background-color: #FFFA49; }
a { background-color: rgb(255,250,73); }
div.DivClassName
{
background-color: #FFFA49;
}
.BgClassName
{
background-color: #FFFA49;
}
</style>
border-color css
<style>
span { border-color: #FFFA49; }
span { border-color: rgb(255,250,73); }
td.TdClassName
{
border-color: #FFFA49;
}
.TagClassName
{
border-color: #FFFA49;
}
</style>