Shades of Paris Daisy #FCE654
Tints of Paris Daisy #FCE654
RGB
CMYK
RGB Variations
Color information
#FCE654 (or 0xFCE654) is known color: Paris Daisy. HEX triplet: FC, E6 and 54. RGB value is (252,230,84). Sum of RGB (Red+Green+Blue) = 252+230+84=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 84 (33.20% from 255 or 14.84% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE654 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE654 is #0319AB. Grayscale: #DCDCDC. Windows color (decimal): -203180 or 5564156. OLE color: 5564156.
HSL color Cylindrical-coordinate representation of color #FCE654: hue angle of 52.14º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCE654 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 84 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.01 |
| HSL | 52.14º | 0.97% | 0.66% | - |
| HSV(B) | 52.14º | 0.67% | 0.99% | - |
| XYZ | 70.04 | 77.93 | 19.74 | - |
| YUV | 219.93 | 51.29 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 84 | 0 | 0.09 | 0.67 | 0.01 | 52.14 | 0.97 | 0.66 |
| Hex | FC | E6 | 54 | 0 | 9 | 43 | 1 | 34 | 61 | 42 |
| Octal | 374 | 346 | 124 | 0 | 11 | 103 | 1 | 64 | 141 | 102 |
| Binary | 11111100 | 11100110 | 1010100 | 0 | 1001 | 1000011 | 1 | 110100 | 1100001 | 1000010 |
Color Harmonies of #FCE654
Complementary color
Monochromatic Colors of #FCE654
Black with #FCE654
Text Example
Text Example
White with #FCE654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE654; }
p { color: rgb(252,230,84); }
H1.HeaderClassName
{
color: #FCE654;
}
.AnyTagClassName
{
color: #FCE654;
}
</style>
background-color css
<style>
a { background-color: #FCE654; }
a { background-color: rgb(252,230,84); }
div.DivClassName
{
background-color: #FCE654;
}
.BgClassName
{
background-color: #FCE654;
}
</style>
border-color css
<style>
span { border-color: #FCE654; }
span { border-color: rgb(252,230,84); }
td.TdClassName
{
border-color: #FCE654;
}
.TagClassName
{
border-color: #FCE654;
}
</style>