Shades of Paris Daisy #FAF256
Tints of Paris Daisy #FAF256
RGB
CMYK
RGB Variations
Color information
#FAF256 (or 0xFAF256) is known color: Paris Daisy. HEX triplet: FA, F2 and 56. RGB value is (250,242,86). Sum of RGB (Red+Green+Blue) = 250+242+86=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 86 (33.98% from 255 or 14.88% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF256 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF256 is #050DA9. Grayscale: #E3E3E3. Windows color (decimal): -331178 or 5698298. OLE color: 5698298.
HSL color Cylindrical-coordinate representation of color #FAF256: hue angle of 57.07º 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 #FAF256 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 86 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.02 |
| HSL | 57.07º | 0.94% | 0.66% | - |
| HSV(B) | 57.07º | 0.66% | 0.98% | - |
| XYZ | 72.86 | 84.5 | 21.27 | - |
| YUV | 226.61 | 48.65 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 86 | 0 | 0.03 | 0.66 | 0.02 | 57.07 | 0.94 | 0.66 |
| Hex | FA | F2 | 56 | 0 | 3 | 42 | 2 | 39 | 5E | 42 |
| Octal | 372 | 362 | 126 | 0 | 3 | 102 | 2 | 71 | 136 | 102 |
| Binary | 11111010 | 11110010 | 1010110 | 0 | 11 | 1000010 | 10 | 111001 | 1011110 | 1000010 |
Color Harmonies of #FAF256
Complementary color
Monochromatic Colors of #FAF256
Black with #FAF256
Text Example
Text Example
White with #FAF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF256; }
p { color: rgb(250,242,86); }
H1.HeaderClassName
{
color: #FAF256;
}
.AnyTagClassName
{
color: #FAF256;
}
</style>
background-color css
<style>
a { background-color: #FAF256; }
a { background-color: rgb(250,242,86); }
div.DivClassName
{
background-color: #FAF256;
}
.BgClassName
{
background-color: #FAF256;
}
</style>
border-color css
<style>
span { border-color: #FAF256; }
span { border-color: rgb(250,242,86); }
td.TdClassName
{
border-color: #FAF256;
}
.TagClassName
{
border-color: #FAF256;
}
</style>