Shades of Paris Daisy #FEE652
Tints of Paris Daisy #FEE652
RGB
CMYK
RGB Variations
Color information
#FEE652 (or 0xFEE652) is known color: Paris Daisy. HEX triplet: FE, E6 and 52. RGB value is (254,230,82). Sum of RGB (Red+Green+Blue) = 254+230+82=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 82 (32.42% from 255 or 14.49% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE652 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE652 is #0119AD. Grayscale: #DCDCDC. Windows color (decimal): -72110 or 5433086. OLE color: 5433086.
HSL color Cylindrical-coordinate representation of color #FEE652: hue angle of 51.63º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEE652 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 82 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.00 |
| HSL | 51.63º | 0.99% | 0.66% | - |
| HSV(B) | 51.63º | 0.68% | 1% | - |
| XYZ | 70.69 | 78.27 | 19.37 | - |
| YUV | 220.3 | 49.95 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 82 | 0 | 0.09 | 0.68 | 0.00 | 51.63 | 0.99 | 0.66 |
| Hex | FE | E6 | 52 | 0 | 9 | 44 | 0 | 34 | 63 | 42 |
| Octal | 376 | 346 | 122 | 0 | 11 | 104 | 0 | 64 | 143 | 102 |
| Binary | 11111110 | 11100110 | 1010010 | 0 | 1001 | 1000100 | 0 | 110100 | 1100011 | 1000010 |
Color Harmonies of #FEE652
Complementary color
Monochromatic Colors of #FEE652
Black with #FEE652
Text Example
Text Example
White with #FEE652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE652; }
p { color: rgb(254,230,82); }
H1.HeaderClassName
{
color: #FEE652;
}
.AnyTagClassName
{
color: #FEE652;
}
</style>
background-color css
<style>
a { background-color: #FEE652; }
a { background-color: rgb(254,230,82); }
div.DivClassName
{
background-color: #FEE652;
}
.BgClassName
{
background-color: #FEE652;
}
</style>
border-color css
<style>
span { border-color: #FEE652; }
span { border-color: rgb(254,230,82); }
td.TdClassName
{
border-color: #FEE652;
}
.TagClassName
{
border-color: #FEE652;
}
</style>