Shades of Paris Daisy #FCF355
Tints of Paris Daisy #FCF355
RGB
CMYK
RGB Variations
Color information
#FCF355 (or 0xFCF355) is known color: Paris Daisy. HEX triplet: FC, F3 and 55. RGB value is (252,243,85). Sum of RGB (Red+Green+Blue) = 252+243+85=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 85 (33.59% from 255 or 14.66% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF355 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF355 is #030CAA. Grayscale: #E4E4E4. Windows color (decimal): -199851 or 5633020. OLE color: 5633020.
HSL color Cylindrical-coordinate representation of color #FCF355: hue angle of 56.77º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCF355 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 85 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.01 |
| HSL | 56.77º | 0.97% | 0.66% | - |
| HSV(B) | 56.77º | 0.66% | 0.99% | - |
| XYZ | 73.84 | 85.45 | 21.2 | - |
| YUV | 227.68 | 47.48 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 85 | 0 | 0.04 | 0.66 | 0.01 | 56.77 | 0.97 | 0.66 |
| Hex | FC | F3 | 55 | 0 | 4 | 42 | 1 | 39 | 61 | 42 |
| Octal | 374 | 363 | 125 | 0 | 4 | 102 | 1 | 71 | 141 | 102 |
| Binary | 11111100 | 11110011 | 1010101 | 0 | 100 | 1000010 | 1 | 111001 | 1100001 | 1000010 |
Color Harmonies of #FCF355
Complementary color
Monochromatic Colors of #FCF355
Black with #FCF355
Text Example
Text Example
White with #FCF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF355; }
p { color: rgb(252,243,85); }
H1.HeaderClassName
{
color: #FCF355;
}
.AnyTagClassName
{
color: #FCF355;
}
</style>
background-color css
<style>
a { background-color: #FCF355; }
a { background-color: rgb(252,243,85); }
div.DivClassName
{
background-color: #FCF355;
}
.BgClassName
{
background-color: #FCF355;
}
</style>
border-color css
<style>
span { border-color: #FCF355; }
span { border-color: rgb(252,243,85); }
td.TdClassName
{
border-color: #FCF355;
}
.TagClassName
{
border-color: #FCF355;
}
</style>