Shades of Paris Daisy #FAE454
Tints of Paris Daisy #FAE454
RGB
CMYK
RGB Variations
Color information
#FAE454 (or 0xFAE454) is known color: Paris Daisy. HEX triplet: FA, E4 and 54. RGB value is (250,228,84). Sum of RGB (Red+Green+Blue) = 250+228+84=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 84 (33.20% from 255 or 14.95% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE454 is #051BAB. Grayscale: #DADADA. Windows color (decimal): -334764 or 5563642. OLE color: 5563642.
HSL color Cylindrical-coordinate representation of color #FAE454: hue angle of 52.05º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAE454 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 84 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.02 |
| HSL | 52.05º | 0.94% | 0.65% | - |
| HSV(B) | 52.05º | 0.66% | 0.98% | - |
| XYZ | 68.77 | 76.45 | 19.52 | - |
| YUV | 218.16 | 52.29 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 84 | 0 | 0.09 | 0.66 | 0.02 | 52.05 | 0.94 | 0.65 |
| Hex | FA | E4 | 54 | 0 | 9 | 42 | 2 | 34 | 5E | 41 |
| Octal | 372 | 344 | 124 | 0 | 11 | 102 | 2 | 64 | 136 | 101 |
| Binary | 11111010 | 11100100 | 1010100 | 0 | 1001 | 1000010 | 10 | 110100 | 1011110 | 1000001 |
Color Harmonies of #FAE454
Complementary color
Monochromatic Colors of #FAE454
Black with #FAE454
Text Example
Text Example
White with #FAE454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE454; }
p { color: rgb(250,228,84); }
H1.HeaderClassName
{
color: #FAE454;
}
.AnyTagClassName
{
color: #FAE454;
}
</style>
background-color css
<style>
a { background-color: #FAE454; }
a { background-color: rgb(250,228,84); }
div.DivClassName
{
background-color: #FAE454;
}
.BgClassName
{
background-color: #FAE454;
}
</style>
border-color css
<style>
span { border-color: #FAE454; }
span { border-color: rgb(250,228,84); }
td.TdClassName
{
border-color: #FAE454;
}
.TagClassName
{
border-color: #FAE454;
}
</style>