Shades of Paris Daisy #FAE74F
Tints of Paris Daisy #FAE74F
RGB
CMYK
RGB Variations
Color information
#FAE74F (or 0xFAE74F) is known color: Paris Daisy. HEX triplet: FA, E7 and 4F. RGB value is (250,231,79). Sum of RGB (Red+Green+Blue) = 250+231+79=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 79 (31.25% from 255 or 14.11% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE74F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE74F is #0518B0. Grayscale: #DBDBDB. Windows color (decimal): -334001 or 5236730. OLE color: 5236730.
HSL color Cylindrical-coordinate representation of color #FAE74F: hue angle of 53.33º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAE74F is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 79 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.02 |
| HSL | 53.33º | 0.94% | 0.65% | - |
| HSV(B) | 53.33º | 0.68% | 0.98% | - |
| XYZ | 69.41 | 78.04 | 18.8 | - |
| YUV | 219.35 | 48.79 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 79 | 0 | 0.08 | 0.68 | 0.02 | 53.33 | 0.94 | 0.65 |
| Hex | FA | E7 | 4F | 0 | 8 | 44 | 2 | 35 | 5E | 41 |
| Octal | 372 | 347 | 117 | 0 | 10 | 104 | 2 | 65 | 136 | 101 |
| Binary | 11111010 | 11100111 | 1001111 | 0 | 1000 | 1000100 | 10 | 110101 | 1011110 | 1000001 |
Color Harmonies of #FAE74F
Complementary color
Monochromatic Colors of #FAE74F
Black with #FAE74F
Text Example
Text Example
White with #FAE74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE74F; }
p { color: rgb(250,231,79); }
H1.HeaderClassName
{
color: #FAE74F;
}
.AnyTagClassName
{
color: #FAE74F;
}
</style>
background-color css
<style>
a { background-color: #FAE74F; }
a { background-color: rgb(250,231,79); }
div.DivClassName
{
background-color: #FAE74F;
}
.BgClassName
{
background-color: #FAE74F;
}
</style>
border-color css
<style>
span { border-color: #FAE74F; }
span { border-color: rgb(250,231,79); }
td.TdClassName
{
border-color: #FAE74F;
}
.TagClassName
{
border-color: #FAE74F;
}
</style>