Shades of Paris Daisy #FFFA50
Tints of Paris Daisy #FFFA50
RGB
CMYK
RGB Variations
Color information
#FFFA50 (or 0xFFFA50) is known color: Paris Daisy. HEX triplet: FF, FA and 50. RGB value is (255,250,80). Sum of RGB (Red+Green+Blue) = 255+250+80=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 80 (31.64% from 255 or 13.68% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA50 is #0005AF. Grayscale: #E8E8E8. Windows color (decimal): -1456 or 5307135. OLE color: 5307135.
HSL color Cylindrical-coordinate representation of color #FFFA50: hue angle of 58.29º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFFA50 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 80 | - |
| CMYK | 0 | 0.02 | 0.69 | 0 |
| HSL | 58.29º | 1% | 0.66% | - |
| HSV(B) | 58.29º | 0.69% | 1% | - |
| XYZ | 76.87 | 90.21 | 20.95 | - |
| YUV | 232.12 | 42.16 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 80 | 0 | 0.02 | 0.69 | 0 | 58.29 | 1 | 0.66 |
| Hex | FF | FA | 50 | 0 | 2 | 45 | 0 | 3A | 64 | 42 |
| Octal | 377 | 372 | 120 | 0 | 2 | 105 | 0 | 72 | 144 | 102 |
| Binary | 11111111 | 11111010 | 1010000 | 0 | 10 | 1000101 | 0 | 111010 | 1100100 | 1000010 |
Color Harmonies of #FFFA50
Complementary color
Monochromatic Colors of #FFFA50
Black with #FFFA50
Text Example
Text Example
White with #FFFA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA50; }
p { color: rgb(255,250,80); }
H1.HeaderClassName
{
color: #FFFA50;
}
.AnyTagClassName
{
color: #FFFA50;
}
</style>
background-color css
<style>
a { background-color: #FFFA50; }
a { background-color: rgb(255,250,80); }
div.DivClassName
{
background-color: #FFFA50;
}
.BgClassName
{
background-color: #FFFA50;
}
</style>
border-color css
<style>
span { border-color: #FFFA50; }
span { border-color: rgb(255,250,80); }
td.TdClassName
{
border-color: #FFFA50;
}
.TagClassName
{
border-color: #FFFA50;
}
</style>