Shades of Paris Daisy #FAE548
Tints of Paris Daisy #FAE548
RGB
CMYK
RGB Variations
Color information
#FAE548 (or 0xFAE548) is known color: Paris Daisy. HEX triplet: FA, E5 and 48. RGB value is (250,229,72). Sum of RGB (Red+Green+Blue) = 250+229+72=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 72 (28.52% from 255 or 13.07% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE548 is #051AB7. Grayscale: #DADADA. Windows color (decimal): -334520 or 4777466. OLE color: 4777466.
HSL color Cylindrical-coordinate representation of color #FAE548: hue angle of 52.92º 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 #FAE548 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 72 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.02 |
| HSL | 52.92º | 0.95% | 0.63% | - |
| HSV(B) | 52.92º | 0.71% | 0.98% | - |
| XYZ | 68.61 | 76.83 | 17.34 | - |
| YUV | 217.38 | 45.96 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 72 | 0 | 0.08 | 0.71 | 0.02 | 52.92 | 0.95 | 0.63 |
| Hex | FA | E5 | 48 | 0 | 8 | 47 | 2 | 35 | 5F | 3F |
| Octal | 372 | 345 | 110 | 0 | 10 | 107 | 2 | 65 | 137 | 77 |
| Binary | 11111010 | 11100101 | 1001000 | 0 | 1000 | 1000111 | 10 | 110101 | 1011111 | 111111 |
Color Harmonies of #FAE548
Complementary color
Monochromatic Colors of #FAE548
Black with #FAE548
Text Example
Text Example
White with #FAE548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE548; }
p { color: rgb(250,229,72); }
H1.HeaderClassName
{
color: #FAE548;
}
.AnyTagClassName
{
color: #FAE548;
}
</style>
background-color css
<style>
a { background-color: #FAE548; }
a { background-color: rgb(250,229,72); }
div.DivClassName
{
background-color: #FAE548;
}
.BgClassName
{
background-color: #FAE548;
}
</style>
border-color css
<style>
span { border-color: #FAE548; }
span { border-color: rgb(250,229,72); }
td.TdClassName
{
border-color: #FAE548;
}
.TagClassName
{
border-color: #FAE548;
}
</style>