Shades of Paris Daisy #FCE350
Tints of Paris Daisy #FCE350
RGB
CMYK
RGB Variations
Color information
#FCE350 (or 0xFCE350) is known color: Paris Daisy. HEX triplet: FC, E3 and 50. RGB value is (252,227,80). Sum of RGB (Red+Green+Blue) = 252+227+80=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 80 (31.64% from 255 or 14.31% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE350 is #031CAF. Grayscale: #DADADA. Windows color (decimal): -203952 or 5301244. OLE color: 5301244.
HSL color Cylindrical-coordinate representation of color #FCE350: hue angle of 51.28º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCE350 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 80 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.01 |
| HSL | 51.28º | 0.97% | 0.65% | - |
| HSV(B) | 51.28º | 0.68% | 0.99% | - |
| XYZ | 69.06 | 76.21 | 18.66 | - |
| YUV | 217.72 | 50.28 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 80 | 0 | 0.10 | 0.68 | 0.01 | 51.28 | 0.97 | 0.65 |
| Hex | FC | E3 | 50 | 0 | A | 44 | 1 | 33 | 61 | 41 |
| Octal | 374 | 343 | 120 | 0 | 12 | 104 | 1 | 63 | 141 | 101 |
| Binary | 11111100 | 11100011 | 1010000 | 0 | 1010 | 1000100 | 1 | 110011 | 1100001 | 1000001 |
Color Harmonies of #FCE350
Complementary color
Monochromatic Colors of #FCE350
Black with #FCE350
Text Example
Text Example
White with #FCE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE350; }
p { color: rgb(252,227,80); }
H1.HeaderClassName
{
color: #FCE350;
}
.AnyTagClassName
{
color: #FCE350;
}
</style>
background-color css
<style>
a { background-color: #FCE350; }
a { background-color: rgb(252,227,80); }
div.DivClassName
{
background-color: #FCE350;
}
.BgClassName
{
background-color: #FCE350;
}
</style>
border-color css
<style>
span { border-color: #FCE350; }
span { border-color: rgb(252,227,80); }
td.TdClassName
{
border-color: #FCE350;
}
.TagClassName
{
border-color: #FCE350;
}
</style>