Shades of Paris Daisy #FCF155
Tints of Paris Daisy #FCF155
RGB
CMYK
RGB Variations
Color information
#FCF155 (or 0xFCF155) is known color: Paris Daisy. HEX triplet: FC, F1 and 55. RGB value is (252,241,85). Sum of RGB (Red+Green+Blue) = 252+241+85=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 85 (33.59% from 255 or 14.71% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF155 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF155 is #030EAA. Grayscale: #E3E3E3. Windows color (decimal): -200363 or 5632508. OLE color: 5632508.
HSL color Cylindrical-coordinate representation of color #FCF155: hue angle of 56.05º 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 #FCF155 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 85 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.01 |
| HSL | 56.05º | 0.97% | 0.66% | - |
| HSV(B) | 56.05º | 0.66% | 0.99% | - |
| XYZ | 73.24 | 84.26 | 21 | - |
| YUV | 226.51 | 48.14 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 85 | 0 | 0.04 | 0.66 | 0.01 | 56.05 | 0.97 | 0.66 |
| Hex | FC | F1 | 55 | 0 | 4 | 42 | 1 | 38 | 61 | 42 |
| Octal | 374 | 361 | 125 | 0 | 4 | 102 | 1 | 70 | 141 | 102 |
| Binary | 11111100 | 11110001 | 1010101 | 0 | 100 | 1000010 | 1 | 111000 | 1100001 | 1000010 |
Color Harmonies of #FCF155
Complementary color
Monochromatic Colors of #FCF155
Black with #FCF155
Text Example
Text Example
White with #FCF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF155; }
p { color: rgb(252,241,85); }
H1.HeaderClassName
{
color: #FCF155;
}
.AnyTagClassName
{
color: #FCF155;
}
</style>
background-color css
<style>
a { background-color: #FCF155; }
a { background-color: rgb(252,241,85); }
div.DivClassName
{
background-color: #FCF155;
}
.BgClassName
{
background-color: #FCF155;
}
</style>
border-color css
<style>
span { border-color: #FCF155; }
span { border-color: rgb(252,241,85); }
td.TdClassName
{
border-color: #FCF155;
}
.TagClassName
{
border-color: #FCF155;
}
</style>