Shades of Paris Daisy #FFFA47
Tints of Paris Daisy #FFFA47
RGB
CMYK
RGB Variations
Color information
#FFFA47 (or 0xFFFA47) is known color: Paris Daisy. HEX triplet: FF, FA and 47. RGB value is (255,250,71). Sum of RGB (Red+Green+Blue) = 255+250+71=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 71 (28.12% from 255 or 12.33% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA47 is #0005B8. Grayscale: #E7E7E7. Windows color (decimal): -1465 or 4717311. OLE color: 4717311.
HSL color Cylindrical-coordinate representation of color #FFFA47: hue angle of 58.37º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFFA47 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 71 | - |
| CMYK | 0 | 0.02 | 0.72 | 0 |
| HSL | 58.37º | 1% | 0.64% | - |
| HSV(B) | 58.37º | 0.72% | 1% | - |
| XYZ | 76.56 | 90.09 | 19.31 | - |
| YUV | 231.09 | 37.66 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 71 | 0 | 0.02 | 0.72 | 0 | 58.37 | 1 | 0.64 |
| Hex | FF | FA | 47 | 0 | 2 | 48 | 0 | 3A | 64 | 40 |
| Octal | 377 | 372 | 107 | 0 | 2 | 110 | 0 | 72 | 144 | 100 |
| Binary | 11111111 | 11111010 | 1000111 | 0 | 10 | 1001000 | 0 | 111010 | 1100100 | 1000000 |
Color Harmonies of #FFFA47
Complementary color
Monochromatic Colors of #FFFA47
Black with #FFFA47
Text Example
Text Example
White with #FFFA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA47; }
p { color: rgb(255,250,71); }
H1.HeaderClassName
{
color: #FFFA47;
}
.AnyTagClassName
{
color: #FFFA47;
}
</style>
background-color css
<style>
a { background-color: #FFFA47; }
a { background-color: rgb(255,250,71); }
div.DivClassName
{
background-color: #FFFA47;
}
.BgClassName
{
background-color: #FFFA47;
}
</style>
border-color css
<style>
span { border-color: #FFFA47; }
span { border-color: rgb(255,250,71); }
td.TdClassName
{
border-color: #FFFA47;
}
.TagClassName
{
border-color: #FFFA47;
}
</style>