Shades of Paris Daisy #FAF056
Tints of Paris Daisy #FAF056
RGB
CMYK
RGB Variations
Color information
#FAF056 (or 0xFAF056) is known color: Paris Daisy. HEX triplet: FA, F0 and 56. RGB value is (250,240,86). Sum of RGB (Red+Green+Blue) = 250+240+86=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 86 (33.98% from 255 or 14.93% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF056 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF056 is #050FA9. Grayscale: #E2E2E2. Windows color (decimal): -331690 or 5697786. OLE color: 5697786.
HSL color Cylindrical-coordinate representation of color #FAF056: hue angle of 56.34º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAF056 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 86 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.02 |
| HSL | 56.34º | 0.94% | 0.66% | - |
| HSV(B) | 56.34º | 0.66% | 0.98% | - |
| XYZ | 72.26 | 83.32 | 21.08 | - |
| YUV | 225.43 | 49.31 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 86 | 0 | 0.04 | 0.66 | 0.02 | 56.34 | 0.94 | 0.66 |
| Hex | FA | F0 | 56 | 0 | 4 | 42 | 2 | 38 | 5E | 42 |
| Octal | 372 | 360 | 126 | 0 | 4 | 102 | 2 | 70 | 136 | 102 |
| Binary | 11111010 | 11110000 | 1010110 | 0 | 100 | 1000010 | 10 | 111000 | 1011110 | 1000010 |
Color Harmonies of #FAF056
Complementary color
Monochromatic Colors of #FAF056
Black with #FAF056
Text Example
Text Example
White with #FAF056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF056; }
p { color: rgb(250,240,86); }
H1.HeaderClassName
{
color: #FAF056;
}
.AnyTagClassName
{
color: #FAF056;
}
</style>
background-color css
<style>
a { background-color: #FAF056; }
a { background-color: rgb(250,240,86); }
div.DivClassName
{
background-color: #FAF056;
}
.BgClassName
{
background-color: #FAF056;
}
</style>
border-color css
<style>
span { border-color: #FAF056; }
span { border-color: rgb(250,240,86); }
td.TdClassName
{
border-color: #FAF056;
}
.TagClassName
{
border-color: #FAF056;
}
</style>