Shades of Paris Daisy #FAEC4E
Tints of Paris Daisy #FAEC4E
RGB
CMYK
RGB Variations
Color information
#FAEC4E (or 0xFAEC4E) is known color: Paris Daisy. HEX triplet: FA, EC and 4E. RGB value is (250,236,78). Sum of RGB (Red+Green+Blue) = 250+236+78=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 78 (30.86% from 255 or 13.83% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC4E is #0513B1. Grayscale: #DEDEDE. Windows color (decimal): -332722 or 5172474. OLE color: 5172474.
HSL color Cylindrical-coordinate representation of color #FAEC4E: hue angle of 55.12º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FAEC4E is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 78 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.02 |
| HSL | 55.12º | 0.95% | 0.64% | - |
| HSV(B) | 55.12º | 0.69% | 0.98% | - |
| XYZ | 70.79 | 80.86 | 19.08 | - |
| YUV | 222.17 | 46.64 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 78 | 0 | 0.06 | 0.69 | 0.02 | 55.12 | 0.95 | 0.64 |
| Hex | FA | EC | 4E | 0 | 6 | 45 | 2 | 37 | 5F | 40 |
| Octal | 372 | 354 | 116 | 0 | 6 | 105 | 2 | 67 | 137 | 100 |
| Binary | 11111010 | 11101100 | 1001110 | 0 | 110 | 1000101 | 10 | 110111 | 1011111 | 1000000 |
Color Harmonies of #FAEC4E
Complementary color
Monochromatic Colors of #FAEC4E
Black with #FAEC4E
Text Example
Text Example
White with #FAEC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC4E; }
p { color: rgb(250,236,78); }
H1.HeaderClassName
{
color: #FAEC4E;
}
.AnyTagClassName
{
color: #FAEC4E;
}
</style>
background-color css
<style>
a { background-color: #FAEC4E; }
a { background-color: rgb(250,236,78); }
div.DivClassName
{
background-color: #FAEC4E;
}
.BgClassName
{
background-color: #FAEC4E;
}
</style>
border-color css
<style>
span { border-color: #FAEC4E; }
span { border-color: rgb(250,236,78); }
td.TdClassName
{
border-color: #FAEC4E;
}
.TagClassName
{
border-color: #FAEC4E;
}
</style>