Shades of Paris Daisy #FAFA50
Tints of Paris Daisy #FAFA50
RGB
CMYK
RGB Variations
Color information
#FAFA50 (or 0xFAFA50) is known color: Paris Daisy. HEX triplet: FA, FA and 50. RGB value is (250,250,80). Sum of RGB (Red+Green+Blue) = 250+250+80=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 80 (31.64% from 255 or 13.79% from 580); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA50 is #0505AF. Grayscale: #E7E7E7. Windows color (decimal): -329136 or 5307130. OLE color: 5307130.
HSL color Cylindrical-coordinate representation of color #FAFA50: hue angle of 60º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAFA50 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 80 | - |
| CMYK | 0 | 0 | 0.68 | 0.02 |
| HSL | 60º | 0.94% | 0.65% | - |
| HSV(B) | 60º | 0.68% | 0.98% | - |
| XYZ | 75.06 | 89.27 | 20.87 | - |
| YUV | 230.62 | 43 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 80 | 0 | 0 | 0.68 | 0.02 | 60 | 0.94 | 0.65 |
| Hex | FA | FA | 50 | 0 | 0 | 44 | 2 | 3C | 5E | 41 |
| Octal | 372 | 372 | 120 | 0 | 0 | 104 | 2 | 74 | 136 | 101 |
| Binary | 11111010 | 11111010 | 1010000 | 0 | 0 | 1000100 | 10 | 111100 | 1011110 | 1000001 |
Color Harmonies of #FAFA50
Complementary color
Monochromatic Colors of #FAFA50
Black with #FAFA50
Text Example
Text Example
White with #FAFA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA50; }
p { color: rgb(250,250,80); }
H1.HeaderClassName
{
color: #FAFA50;
}
.AnyTagClassName
{
color: #FAFA50;
}
</style>
background-color css
<style>
a { background-color: #FAFA50; }
a { background-color: rgb(250,250,80); }
div.DivClassName
{
background-color: #FAFA50;
}
.BgClassName
{
background-color: #FAFA50;
}
</style>
border-color css
<style>
span { border-color: #FAFA50; }
span { border-color: rgb(250,250,80); }
td.TdClassName
{
border-color: #FAFA50;
}
.TagClassName
{
border-color: #FAFA50;
}
</style>