Shades of Paris Daisy #FAF550
Tints of Paris Daisy #FAF550
RGB
CMYK
RGB Variations
Color information
#FAF550 (or 0xFAF550) is known color: Paris Daisy. HEX triplet: FA, F5 and 50. RGB value is (250,245,80). Sum of RGB (Red+Green+Blue) = 250+245+80=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 80 (31.64% from 255 or 13.91% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF550 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF550 is #050AAF. Grayscale: #E4E4E4. Windows color (decimal): -330416 or 5305850. OLE color: 5305850.
HSL color Cylindrical-coordinate representation of color #FAF550: hue angle of 58.24º 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 #FAF550 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 80 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.02 |
| HSL | 58.24º | 0.94% | 0.65% | - |
| HSV(B) | 58.24º | 0.68% | 0.98% | - |
| XYZ | 73.52 | 86.21 | 20.35 | - |
| YUV | 227.69 | 44.66 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 80 | 0 | 0.02 | 0.68 | 0.02 | 58.24 | 0.94 | 0.65 |
| Hex | FA | F5 | 50 | 0 | 2 | 44 | 2 | 3A | 5E | 41 |
| Octal | 372 | 365 | 120 | 0 | 2 | 104 | 2 | 72 | 136 | 101 |
| Binary | 11111010 | 11110101 | 1010000 | 0 | 10 | 1000100 | 10 | 111010 | 1011110 | 1000001 |
Color Harmonies of #FAF550
Complementary color
Monochromatic Colors of #FAF550
Black with #FAF550
Text Example
Text Example
White with #FAF550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF550; }
p { color: rgb(250,245,80); }
H1.HeaderClassName
{
color: #FAF550;
}
.AnyTagClassName
{
color: #FAF550;
}
</style>
background-color css
<style>
a { background-color: #FAF550; }
a { background-color: rgb(250,245,80); }
div.DivClassName
{
background-color: #FAF550;
}
.BgClassName
{
background-color: #FAF550;
}
</style>
border-color css
<style>
span { border-color: #FAF550; }
span { border-color: rgb(250,245,80); }
td.TdClassName
{
border-color: #FAF550;
}
.TagClassName
{
border-color: #FAF550;
}
</style>