Shades of Paris Daisy #FAE151
Tints of Paris Daisy #FAE151
RGB
CMYK
RGB Variations
Color information
#FAE151 (or 0xFAE151) is known color: Paris Daisy. HEX triplet: FA, E1 and 51. RGB value is (250,225,81). Sum of RGB (Red+Green+Blue) = 250+225+81=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 81 (32.03% from 255 or 14.57% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE151 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE151 is #051EAE. Grayscale: #D8D8D8. Windows color (decimal): -335535 or 5366266. OLE color: 5366266.
HSL color Cylindrical-coordinate representation of color #FAE151: hue angle of 51.12º 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 #FAE151 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 81 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.02 |
| HSL | 51.12º | 0.94% | 0.65% | - |
| HSV(B) | 51.12º | 0.68% | 0.98% | - |
| XYZ | 67.83 | 74.77 | 18.64 | - |
| YUV | 216.06 | 51.78 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 81 | 0 | 0.10 | 0.68 | 0.02 | 51.12 | 0.94 | 0.65 |
| Hex | FA | E1 | 51 | 0 | A | 44 | 2 | 33 | 5E | 41 |
| Octal | 372 | 341 | 121 | 0 | 12 | 104 | 2 | 63 | 136 | 101 |
| Binary | 11111010 | 11100001 | 1010001 | 0 | 1010 | 1000100 | 10 | 110011 | 1011110 | 1000001 |
Color Harmonies of #FAE151
Complementary color
Monochromatic Colors of #FAE151
Black with #FAE151
Text Example
Text Example
White with #FAE151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE151; }
p { color: rgb(250,225,81); }
H1.HeaderClassName
{
color: #FAE151;
}
.AnyTagClassName
{
color: #FAE151;
}
</style>
background-color css
<style>
a { background-color: #FAE151; }
a { background-color: rgb(250,225,81); }
div.DivClassName
{
background-color: #FAE151;
}
.BgClassName
{
background-color: #FAE151;
}
</style>
border-color css
<style>
span { border-color: #FAE151; }
span { border-color: rgb(250,225,81); }
td.TdClassName
{
border-color: #FAE151;
}
.TagClassName
{
border-color: #FAE151;
}
</style>