Shades of Paris Daisy #FAE656
Tints of Paris Daisy #FAE656
RGB
CMYK
RGB Variations
Color information
#FAE656 (or 0xFAE656) is known color: Paris Daisy. HEX triplet: FA, E6 and 56. RGB value is (250,230,86). Sum of RGB (Red+Green+Blue) = 250+230+86=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 86 (33.98% from 255 or 15.19% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE656 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE656 is #0519A9. Grayscale: #DCDCDC. Windows color (decimal): -334250 or 5695226. OLE color: 5695226.
HSL color Cylindrical-coordinate representation of color #FAE656: hue angle of 52.68º 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 #FAE656 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 86 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.02 |
| HSL | 52.68º | 0.94% | 0.66% | - |
| HSV(B) | 52.68º | 0.66% | 0.98% | - |
| XYZ | 69.4 | 77.59 | 20.12 | - |
| YUV | 219.56 | 52.63 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 86 | 0 | 0.08 | 0.66 | 0.02 | 52.68 | 0.94 | 0.66 |
| Hex | FA | E6 | 56 | 0 | 8 | 42 | 2 | 35 | 5E | 42 |
| Octal | 372 | 346 | 126 | 0 | 10 | 102 | 2 | 65 | 136 | 102 |
| Binary | 11111010 | 11100110 | 1010110 | 0 | 1000 | 1000010 | 10 | 110101 | 1011110 | 1000010 |
Color Harmonies of #FAE656
Complementary color
Monochromatic Colors of #FAE656
Black with #FAE656
Text Example
Text Example
White with #FAE656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE656; }
p { color: rgb(250,230,86); }
H1.HeaderClassName
{
color: #FAE656;
}
.AnyTagClassName
{
color: #FAE656;
}
</style>
background-color css
<style>
a { background-color: #FAE656; }
a { background-color: rgb(250,230,86); }
div.DivClassName
{
background-color: #FAE656;
}
.BgClassName
{
background-color: #FAE656;
}
</style>
border-color css
<style>
span { border-color: #FAE656; }
span { border-color: rgb(250,230,86); }
td.TdClassName
{
border-color: #FAE656;
}
.TagClassName
{
border-color: #FAE656;
}
</style>