Shades of Paris Daisy #FEE644
Tints of Paris Daisy #FEE644
RGB
CMYK
RGB Variations
Color information
#FEE644 (or 0xFEE644) is known color: Paris Daisy. HEX triplet: FE, E6 and 44. RGB value is (254,230,68). Sum of RGB (Red+Green+Blue) = 254+230+68=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 68 (26.95% from 255 or 12.32% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE644 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE644 is #0119BB. Grayscale: #DBDBDB. Windows color (decimal): -72124 or 4515582. OLE color: 4515582.
HSL color Cylindrical-coordinate representation of color #FEE644: hue angle of 52.26º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEE644 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 68 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.00 |
| HSL | 52.26º | 0.99% | 0.63% | - |
| HSV(B) | 52.26º | 0.73% | 1% | - |
| XYZ | 70.21 | 78.08 | 16.84 | - |
| YUV | 218.71 | 42.95 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 68 | 0 | 0.09 | 0.73 | 0.00 | 52.26 | 0.99 | 0.63 |
| Hex | FE | E6 | 44 | 0 | 9 | 49 | 0 | 34 | 63 | 3F |
| Octal | 376 | 346 | 104 | 0 | 11 | 111 | 0 | 64 | 143 | 77 |
| Binary | 11111110 | 11100110 | 1000100 | 0 | 1001 | 1001001 | 0 | 110100 | 1100011 | 111111 |
Color Harmonies of #FEE644
Complementary color
Monochromatic Colors of #FEE644
Black with #FEE644
Text Example
Text Example
White with #FEE644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE644; }
p { color: rgb(254,230,68); }
H1.HeaderClassName
{
color: #FEE644;
}
.AnyTagClassName
{
color: #FEE644;
}
</style>
background-color css
<style>
a { background-color: #FEE644; }
a { background-color: rgb(254,230,68); }
div.DivClassName
{
background-color: #FEE644;
}
.BgClassName
{
background-color: #FEE644;
}
</style>
border-color css
<style>
span { border-color: #FEE644; }
span { border-color: rgb(254,230,68); }
td.TdClassName
{
border-color: #FEE644;
}
.TagClassName
{
border-color: #FEE644;
}
</style>