Shades of Paris Daisy #FAE24D
Tints of Paris Daisy #FAE24D
RGB
CMYK
RGB Variations
Color information
#FAE24D (or 0xFAE24D) is known color: Paris Daisy. HEX triplet: FA, E2 and 4D. RGB value is (250,226,77). Sum of RGB (Red+Green+Blue) = 250+226+77=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 77 (30.47% from 255 or 13.92% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE24D is #051DB2. Grayscale: #D8D8D8. Windows color (decimal): -335283 or 5104378. OLE color: 5104378.
HSL color Cylindrical-coordinate representation of color #FAE24D: hue angle of 51.68º 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 #FAE24D is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 77 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.02 |
| HSL | 51.68º | 0.95% | 0.64% | - |
| HSV(B) | 51.68º | 0.69% | 0.98% | - |
| XYZ | 67.96 | 75.25 | 17.96 | - |
| YUV | 216.19 | 49.45 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 77 | 0 | 0.10 | 0.69 | 0.02 | 51.68 | 0.95 | 0.64 |
| Hex | FA | E2 | 4D | 0 | A | 45 | 2 | 34 | 5F | 40 |
| Octal | 372 | 342 | 115 | 0 | 12 | 105 | 2 | 64 | 137 | 100 |
| Binary | 11111010 | 11100010 | 1001101 | 0 | 1010 | 1000101 | 10 | 110100 | 1011111 | 1000000 |
Color Harmonies of #FAE24D
Complementary color
Monochromatic Colors of #FAE24D
Black with #FAE24D
Text Example
Text Example
White with #FAE24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE24D; }
p { color: rgb(250,226,77); }
H1.HeaderClassName
{
color: #FAE24D;
}
.AnyTagClassName
{
color: #FAE24D;
}
</style>
background-color css
<style>
a { background-color: #FAE24D; }
a { background-color: rgb(250,226,77); }
div.DivClassName
{
background-color: #FAE24D;
}
.BgClassName
{
background-color: #FAE24D;
}
</style>
border-color css
<style>
span { border-color: #FAE24D; }
span { border-color: rgb(250,226,77); }
td.TdClassName
{
border-color: #FAE24D;
}
.TagClassName
{
border-color: #FAE24D;
}
</style>