Shades of Paris Daisy #FAE84A
Tints of Paris Daisy #FAE84A
RGB
CMYK
RGB Variations
Color information
#FAE84A (or 0xFAE84A) is known color: Paris Daisy. HEX triplet: FA, E8 and 4A. RGB value is (250,232,74). Sum of RGB (Red+Green+Blue) = 250+232+74=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 232 (91.02% from 255 or 41.73% from 556); Blue value is 74 (29.30% from 255 or 13.31% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE84A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE84A is #0517B5. Grayscale: #DCDCDC. Windows color (decimal): -333750 or 4909306. OLE color: 4909306.
HSL color Cylindrical-coordinate representation of color #FAE84A: hue angle of 53.86º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAE84A is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 74 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.02 |
| HSL | 53.86º | 0.95% | 0.64% | - |
| HSV(B) | 53.86º | 0.7% | 0.98% | - |
| XYZ | 69.52 | 78.53 | 17.97 | - |
| YUV | 219.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 74 | 0 | 0.07 | 0.70 | 0.02 | 53.86 | 0.95 | 0.64 |
| Hex | FA | E8 | 4A | 0 | 7 | 46 | 2 | 36 | 5F | 40 |
| Octal | 372 | 350 | 112 | 0 | 7 | 106 | 2 | 66 | 137 | 100 |
| Binary | 11111010 | 11101000 | 1001010 | 0 | 111 | 1000110 | 10 | 110110 | 1011111 | 1000000 |
Color Harmonies of #FAE84A
Complementary color
Monochromatic Colors of #FAE84A
Black with #FAE84A
Text Example
Text Example
White with #FAE84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE84A; }
p { color: rgb(250,232,74); }
H1.HeaderClassName
{
color: #FAE84A;
}
.AnyTagClassName
{
color: #FAE84A;
}
</style>
background-color css
<style>
a { background-color: #FAE84A; }
a { background-color: rgb(250,232,74); }
div.DivClassName
{
background-color: #FAE84A;
}
.BgClassName
{
background-color: #FAE84A;
}
</style>
border-color css
<style>
span { border-color: #FAE84A; }
span { border-color: rgb(250,232,74); }
td.TdClassName
{
border-color: #FAE84A;
}
.TagClassName
{
border-color: #FAE84A;
}
</style>