Shades of Paris Daisy #FCE353
Tints of Paris Daisy #FCE353
RGB
CMYK
RGB Variations
Color information
#FCE353 (or 0xFCE353) is known color: Paris Daisy. HEX triplet: FC, E3 and 53. RGB value is (252,227,83). Sum of RGB (Red+Green+Blue) = 252+227+83=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 83 (32.81% from 255 or 14.77% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE353 is #031CAC. Grayscale: #DADADA. Windows color (decimal): -203949 or 5497852. OLE color: 5497852.
HSL color Cylindrical-coordinate representation of color #FCE353: hue angle of 51.12º 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 #FCE353 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 83 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.01 |
| HSL | 51.12º | 0.97% | 0.66% | - |
| HSV(B) | 51.12º | 0.67% | 0.99% | - |
| XYZ | 69.18 | 76.26 | 19.26 | - |
| YUV | 218.06 | 51.78 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 83 | 0 | 0.10 | 0.67 | 0.01 | 51.12 | 0.97 | 0.66 |
| Hex | FC | E3 | 53 | 0 | A | 43 | 1 | 33 | 61 | 42 |
| Octal | 374 | 343 | 123 | 0 | 12 | 103 | 1 | 63 | 141 | 102 |
| Binary | 11111100 | 11100011 | 1010011 | 0 | 1010 | 1000011 | 1 | 110011 | 1100001 | 1000010 |
Color Harmonies of #FCE353
Complementary color
Monochromatic Colors of #FCE353
Black with #FCE353
Text Example
Text Example
White with #FCE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE353; }
p { color: rgb(252,227,83); }
H1.HeaderClassName
{
color: #FCE353;
}
.AnyTagClassName
{
color: #FCE353;
}
</style>
background-color css
<style>
a { background-color: #FCE353; }
a { background-color: rgb(252,227,83); }
div.DivClassName
{
background-color: #FCE353;
}
.BgClassName
{
background-color: #FCE353;
}
</style>
border-color css
<style>
span { border-color: #FCE353; }
span { border-color: rgb(252,227,83); }
td.TdClassName
{
border-color: #FCE353;
}
.TagClassName
{
border-color: #FCE353;
}
</style>