Shades of Paris Daisy #FAEC4A
Tints of Paris Daisy #FAEC4A
RGB
CMYK
RGB Variations
Color information
#FAEC4A (or 0xFAEC4A) is known color: Paris Daisy. HEX triplet: FA, EC and 4A. RGB value is (250,236,74). Sum of RGB (Red+Green+Blue) = 250+236+74=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 74 (29.30% from 255 or 13.21% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEC4A is #0513B5. Grayscale: #DEDEDE. Windows color (decimal): -332726 or 4910330. OLE color: 4910330.
HSL color Cylindrical-coordinate representation of color #FAEC4A: hue angle of 55.23º 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 #FAEC4A is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 74 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.02 |
| HSL | 55.23º | 0.95% | 0.64% | - |
| HSV(B) | 55.23º | 0.7% | 0.98% | - |
| XYZ | 70.66 | 80.81 | 18.35 | - |
| YUV | 221.72 | 44.64 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 74 | 0 | 0.06 | 0.70 | 0.02 | 55.23 | 0.95 | 0.64 |
| Hex | FA | EC | 4A | 0 | 6 | 46 | 2 | 37 | 5F | 40 |
| Octal | 372 | 354 | 112 | 0 | 6 | 106 | 2 | 67 | 137 | 100 |
| Binary | 11111010 | 11101100 | 1001010 | 0 | 110 | 1000110 | 10 | 110111 | 1011111 | 1000000 |
Color Harmonies of #FAEC4A
Complementary color
Monochromatic Colors of #FAEC4A
Black with #FAEC4A
Text Example
Text Example
White with #FAEC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC4A; }
p { color: rgb(250,236,74); }
H1.HeaderClassName
{
color: #FAEC4A;
}
.AnyTagClassName
{
color: #FAEC4A;
}
</style>
background-color css
<style>
a { background-color: #FAEC4A; }
a { background-color: rgb(250,236,74); }
div.DivClassName
{
background-color: #FAEC4A;
}
.BgClassName
{
background-color: #FAEC4A;
}
</style>
border-color css
<style>
span { border-color: #FAEC4A; }
span { border-color: rgb(250,236,74); }
td.TdClassName
{
border-color: #FAEC4A;
}
.TagClassName
{
border-color: #FAEC4A;
}
</style>