Shades of Paris Daisy #FFE652
Tints of Paris Daisy #FFE652
RGB
CMYK
RGB Variations
Color information
#FFE652 (or 0xFFE652) is known color: Paris Daisy. HEX triplet: FF, E6 and 52. RGB value is (255,230,82). Sum of RGB (Red+Green+Blue) = 255+230+82=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 82 (32.42% from 255 or 14.46% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE652 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE652 is #0019AD. Grayscale: #DDDDDD. Windows color (decimal): -6574 or 5433087. OLE color: 5433087.
HSL color Cylindrical-coordinate representation of color #FFE652: hue angle of 51.33º 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 #FFE652 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 82 | - |
| CMYK | 0 | 0.10 | 0.68 | 0 |
| HSL | 51.33º | 1% | 0.66% | - |
| HSV(B) | 51.33º | 0.68% | 1% | - |
| XYZ | 71.06 | 78.46 | 19.38 | - |
| YUV | 220.6 | 49.78 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 82 | 0 | 0.10 | 0.68 | 0 | 51.33 | 1 | 0.66 |
| Hex | FF | E6 | 52 | 0 | A | 44 | 0 | 33 | 64 | 42 |
| Octal | 377 | 346 | 122 | 0 | 12 | 104 | 0 | 63 | 144 | 102 |
| Binary | 11111111 | 11100110 | 1010010 | 0 | 1010 | 1000100 | 0 | 110011 | 1100100 | 1000010 |
Color Harmonies of #FFE652
Complementary color
Monochromatic Colors of #FFE652
Black with #FFE652
Text Example
Text Example
White with #FFE652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE652; }
p { color: rgb(255,230,82); }
H1.HeaderClassName
{
color: #FFE652;
}
.AnyTagClassName
{
color: #FFE652;
}
</style>
background-color css
<style>
a { background-color: #FFE652; }
a { background-color: rgb(255,230,82); }
div.DivClassName
{
background-color: #FFE652;
}
.BgClassName
{
background-color: #FFE652;
}
</style>
border-color css
<style>
span { border-color: #FFE652; }
span { border-color: rgb(255,230,82); }
td.TdClassName
{
border-color: #FFE652;
}
.TagClassName
{
border-color: #FFE652;
}
</style>