Shades of Paris Daisy #FCF243
Tints of Paris Daisy #FCF243
RGB
CMYK
RGB Variations
Color information
#FCF243 (or 0xFCF243) is known color: Paris Daisy. HEX triplet: FC, F2 and 43. RGB value is (252,242,67). Sum of RGB (Red+Green+Blue) = 252+242+67=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 67 (26.56% from 255 or 11.94% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF243 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF243 is #030DBC. Grayscale: #E1E1E1. Windows color (decimal): -200125 or 4453116. OLE color: 4453116.
HSL color Cylindrical-coordinate representation of color #FCF243: hue angle of 56.76º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCF243 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 67 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.01 |
| HSL | 56.76º | 0.97% | 0.63% | - |
| HSV(B) | 56.76º | 0.73% | 0.99% | - |
| XYZ | 72.91 | 84.6 | 17.8 | - |
| YUV | 225.04 | 38.81 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 67 | 0 | 0.04 | 0.73 | 0.01 | 56.76 | 0.97 | 0.63 |
| Hex | FC | F2 | 43 | 0 | 4 | 49 | 1 | 39 | 61 | 3F |
| Octal | 374 | 362 | 103 | 0 | 4 | 111 | 1 | 71 | 141 | 77 |
| Binary | 11111100 | 11110010 | 1000011 | 0 | 100 | 1001001 | 1 | 111001 | 1100001 | 111111 |
Color Harmonies of #FCF243
Complementary color
Monochromatic Colors of #FCF243
Black with #FCF243
Text Example
Text Example
White with #FCF243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF243; }
p { color: rgb(252,242,67); }
H1.HeaderClassName
{
color: #FCF243;
}
.AnyTagClassName
{
color: #FCF243;
}
</style>
background-color css
<style>
a { background-color: #FCF243; }
a { background-color: rgb(252,242,67); }
div.DivClassName
{
background-color: #FCF243;
}
.BgClassName
{
background-color: #FCF243;
}
</style>
border-color css
<style>
span { border-color: #FCF243; }
span { border-color: rgb(252,242,67); }
td.TdClassName
{
border-color: #FCF243;
}
.TagClassName
{
border-color: #FCF243;
}
</style>