Shades of Paris Daisy #FAFA54
Tints of Paris Daisy #FAFA54
RGB
CMYK
RGB Variations
Color information
#FAFA54 (or 0xFAFA54) is known color: Paris Daisy. HEX triplet: FA, FA and 54. RGB value is (250,250,84). Sum of RGB (Red+Green+Blue) = 250+250+84=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 84 (33.20% from 255 or 14.38% from 584); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA54 is #0505AB. Grayscale: #E7E7E7. Windows color (decimal): -329132 or 5569274. OLE color: 5569274.
HSL color Cylindrical-coordinate representation of color #FAFA54: 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.66%. Process color model (Four color, CMYK) of #FAFA54 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 84 | - |
| CMYK | 0 | 0 | 0.66 | 0.02 |
| HSL | 60º | 0.94% | 0.65% | - |
| HSV(B) | 60º | 0.66% | 0.98% | - |
| XYZ | 75.21 | 89.34 | 21.67 | - |
| YUV | 231.08 | 45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 84 | 0 | 0 | 0.66 | 0.02 | 60 | 0.94 | 0.65 |
| Hex | FA | FA | 54 | 0 | 0 | 42 | 2 | 3C | 5E | 41 |
| Octal | 372 | 372 | 124 | 0 | 0 | 102 | 2 | 74 | 136 | 101 |
| Binary | 11111010 | 11111010 | 1010100 | 0 | 0 | 1000010 | 10 | 111100 | 1011110 | 1000001 |
Color Harmonies of #FAFA54
Complementary color
Monochromatic Colors of #FAFA54
Black with #FAFA54
Text Example
Text Example
White with #FAFA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA54; }
p { color: rgb(250,250,84); }
H1.HeaderClassName
{
color: #FAFA54;
}
.AnyTagClassName
{
color: #FAFA54;
}
</style>
background-color css
<style>
a { background-color: #FAFA54; }
a { background-color: rgb(250,250,84); }
div.DivClassName
{
background-color: #FAFA54;
}
.BgClassName
{
background-color: #FAFA54;
}
</style>
border-color css
<style>
span { border-color: #FAFA54; }
span { border-color: rgb(250,250,84); }
td.TdClassName
{
border-color: #FAFA54;
}
.TagClassName
{
border-color: #FAFA54;
}
</style>