Shades of Paris Daisy #FFE952
Tints of Paris Daisy #FFE952
RGB
CMYK
RGB Variations
Color information
#FFE952 (or 0xFFE952) is known color: Paris Daisy. HEX triplet: FF, E9 and 52. RGB value is (255,233,82). Sum of RGB (Red+Green+Blue) = 255+233+82=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 82 (32.42% from 255 or 14.39% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE952 is #0016AD. Grayscale: #DEDEDE. Windows color (decimal): -5806 or 5433855. OLE color: 5433855.
HSL color Cylindrical-coordinate representation of color #FFE952: hue angle of 52.37º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFE952 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 82 | - |
| CMYK | 0 | 0.09 | 0.68 | 0 |
| HSL | 52.37º | 1% | 0.66% | - |
| HSV(B) | 52.37º | 0.68% | 1% | - |
| XYZ | 71.9 | 80.15 | 19.66 | - |
| YUV | 222.36 | 48.79 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 82 | 0 | 0.09 | 0.68 | 0 | 52.37 | 1 | 0.66 |
| Hex | FF | E9 | 52 | 0 | 9 | 44 | 0 | 34 | 64 | 42 |
| Octal | 377 | 351 | 122 | 0 | 11 | 104 | 0 | 64 | 144 | 102 |
| Binary | 11111111 | 11101001 | 1010010 | 0 | 1001 | 1000100 | 0 | 110100 | 1100100 | 1000010 |
Color Harmonies of #FFE952
Complementary color
Monochromatic Colors of #FFE952
Black with #FFE952
Text Example
Text Example
White with #FFE952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE952; }
p { color: rgb(255,233,82); }
H1.HeaderClassName
{
color: #FFE952;
}
.AnyTagClassName
{
color: #FFE952;
}
</style>
background-color css
<style>
a { background-color: #FFE952; }
a { background-color: rgb(255,233,82); }
div.DivClassName
{
background-color: #FFE952;
}
.BgClassName
{
background-color: #FFE952;
}
</style>
border-color css
<style>
span { border-color: #FFE952; }
span { border-color: rgb(255,233,82); }
td.TdClassName
{
border-color: #FFE952;
}
.TagClassName
{
border-color: #FFE952;
}
</style>