Shades of Paris Daisy #FCE448
Tints of Paris Daisy #FCE448
RGB
CMYK
RGB Variations
Color information
#FCE448 (or 0xFCE448) is known color: Paris Daisy. HEX triplet: FC, E4 and 48. RGB value is (252,228,72). Sum of RGB (Red+Green+Blue) = 252+228+72=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 72 (28.52% from 255 or 13.04% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE448 is #031BB7. Grayscale: #DADADA. Windows color (decimal): -203704 or 4777212. OLE color: 4777212.
HSL color Cylindrical-coordinate representation of color #FCE448: hue angle of 52º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCE448 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 72 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.01 |
| HSL | 52º | 0.97% | 0.64% | - |
| HSV(B) | 52º | 0.71% | 0.99% | - |
| XYZ | 69.06 | 76.65 | 17.29 | - |
| YUV | 217.39 | 45.95 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 72 | 0 | 0.10 | 0.71 | 0.01 | 52 | 0.97 | 0.64 |
| Hex | FC | E4 | 48 | 0 | A | 47 | 1 | 34 | 61 | 40 |
| Octal | 374 | 344 | 110 | 0 | 12 | 107 | 1 | 64 | 141 | 100 |
| Binary | 11111100 | 11100100 | 1001000 | 0 | 1010 | 1000111 | 1 | 110100 | 1100001 | 1000000 |
Color Harmonies of #FCE448
Complementary color
Monochromatic Colors of #FCE448
Black with #FCE448
Text Example
Text Example
White with #FCE448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE448; }
p { color: rgb(252,228,72); }
H1.HeaderClassName
{
color: #FCE448;
}
.AnyTagClassName
{
color: #FCE448;
}
</style>
background-color css
<style>
a { background-color: #FCE448; }
a { background-color: rgb(252,228,72); }
div.DivClassName
{
background-color: #FCE448;
}
.BgClassName
{
background-color: #FCE448;
}
</style>
border-color css
<style>
span { border-color: #FCE448; }
span { border-color: rgb(252,228,72); }
td.TdClassName
{
border-color: #FCE448;
}
.TagClassName
{
border-color: #FCE448;
}
</style>