Shades of Paris Daisy #FAE955
Tints of Paris Daisy #FAE955
RGB
CMYK
RGB Variations
Color information
#FAE955 (or 0xFAE955) is known color: Paris Daisy. HEX triplet: FA, E9 and 55. RGB value is (250,233,85). Sum of RGB (Red+Green+Blue) = 250+233+85=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 85 (33.59% from 255 or 14.96% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE955 is #0516AA. Grayscale: #DDDDDD. Windows color (decimal): -333483 or 5630458. OLE color: 5630458.
HSL color Cylindrical-coordinate representation of color #FAE955: hue angle of 53.82º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAE955 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 85 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.02 |
| HSL | 53.82º | 0.94% | 0.66% | - |
| HSV(B) | 53.82º | 0.66% | 0.98% | - |
| XYZ | 70.2 | 79.26 | 20.19 | - |
| YUV | 221.21 | 51.13 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 85 | 0 | 0.07 | 0.66 | 0.02 | 53.82 | 0.94 | 0.66 |
| Hex | FA | E9 | 55 | 0 | 7 | 42 | 2 | 36 | 5E | 42 |
| Octal | 372 | 351 | 125 | 0 | 7 | 102 | 2 | 66 | 136 | 102 |
| Binary | 11111010 | 11101001 | 1010101 | 0 | 111 | 1000010 | 10 | 110110 | 1011110 | 1000010 |
Color Harmonies of #FAE955
Complementary color
Monochromatic Colors of #FAE955
Black with #FAE955
Text Example
Text Example
White with #FAE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE955; }
p { color: rgb(250,233,85); }
H1.HeaderClassName
{
color: #FAE955;
}
.AnyTagClassName
{
color: #FAE955;
}
</style>
background-color css
<style>
a { background-color: #FAE955; }
a { background-color: rgb(250,233,85); }
div.DivClassName
{
background-color: #FAE955;
}
.BgClassName
{
background-color: #FAE955;
}
</style>
border-color css
<style>
span { border-color: #FAE955; }
span { border-color: rgb(250,233,85); }
td.TdClassName
{
border-color: #FAE955;
}
.TagClassName
{
border-color: #FAE955;
}
</style>