Shades of Paris Daisy #FAE349
Tints of Paris Daisy #FAE349
RGB
CMYK
RGB Variations
Color information
#FAE349 (or 0xFAE349) is known color: Paris Daisy. HEX triplet: FA, E3 and 49. RGB value is (250,227,73). Sum of RGB (Red+Green+Blue) = 250+227+73=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 73 (28.91% from 255 or 13.27% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE349 is #051CB6. Grayscale: #D8D8D8. Windows color (decimal): -335031 or 4842490. OLE color: 4842490.
HSL color Cylindrical-coordinate representation of color #FAE349: hue angle of 52.2º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FAE349 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 73 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.02 |
| HSL | 52.2º | 0.95% | 0.63% | - |
| HSV(B) | 52.2º | 0.71% | 0.98% | - |
| XYZ | 68.1 | 75.74 | 17.33 | - |
| YUV | 216.32 | 47.12 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 73 | 0 | 0.09 | 0.71 | 0.02 | 52.2 | 0.95 | 0.63 |
| Hex | FA | E3 | 49 | 0 | 9 | 47 | 2 | 34 | 5F | 3F |
| Octal | 372 | 343 | 111 | 0 | 11 | 107 | 2 | 64 | 137 | 77 |
| Binary | 11111010 | 11100011 | 1001001 | 0 | 1001 | 1000111 | 10 | 110100 | 1011111 | 111111 |
Color Harmonies of #FAE349
Complementary color
Monochromatic Colors of #FAE349
Black with #FAE349
Text Example
Text Example
White with #FAE349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE349; }
p { color: rgb(250,227,73); }
H1.HeaderClassName
{
color: #FAE349;
}
.AnyTagClassName
{
color: #FAE349;
}
</style>
background-color css
<style>
a { background-color: #FAE349; }
a { background-color: rgb(250,227,73); }
div.DivClassName
{
background-color: #FAE349;
}
.BgClassName
{
background-color: #FAE349;
}
</style>
border-color css
<style>
span { border-color: #FAE349; }
span { border-color: rgb(250,227,73); }
td.TdClassName
{
border-color: #FAE349;
}
.TagClassName
{
border-color: #FAE349;
}
</style>