Shades of Paris Daisy #FCEC43
Tints of Paris Daisy #FCEC43
RGB
CMYK
RGB Variations
Color information
#FCEC43 (or 0xFCEC43) is known color: Paris Daisy. HEX triplet: FC, EC and 43. RGB value is (252,236,67). Sum of RGB (Red+Green+Blue) = 252+236+67=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 67 (26.56% from 255 or 12.07% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC43 is #0313BC. Grayscale: #DEDEDE. Windows color (decimal): -201661 or 4451580. OLE color: 4451580.
HSL color Cylindrical-coordinate representation of color #FCEC43: hue angle of 54.81º 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 #FCEC43 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 67 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.01 |
| HSL | 54.81º | 0.97% | 0.63% | - |
| HSV(B) | 54.81º | 0.73% | 0.99% | - |
| XYZ | 71.15 | 81.09 | 17.21 | - |
| YUV | 221.52 | 40.8 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 67 | 0 | 0.06 | 0.73 | 0.01 | 54.81 | 0.97 | 0.63 |
| Hex | FC | EC | 43 | 0 | 6 | 49 | 1 | 37 | 61 | 3F |
| Octal | 374 | 354 | 103 | 0 | 6 | 111 | 1 | 67 | 141 | 77 |
| Binary | 11111100 | 11101100 | 1000011 | 0 | 110 | 1001001 | 1 | 110111 | 1100001 | 111111 |
Color Harmonies of #FCEC43
Complementary color
Monochromatic Colors of #FCEC43
Black with #FCEC43
Text Example
Text Example
White with #FCEC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC43; }
p { color: rgb(252,236,67); }
H1.HeaderClassName
{
color: #FCEC43;
}
.AnyTagClassName
{
color: #FCEC43;
}
</style>
background-color css
<style>
a { background-color: #FCEC43; }
a { background-color: rgb(252,236,67); }
div.DivClassName
{
background-color: #FCEC43;
}
.BgClassName
{
background-color: #FCEC43;
}
</style>
border-color css
<style>
span { border-color: #FCEC43; }
span { border-color: rgb(252,236,67); }
td.TdClassName
{
border-color: #FCEC43;
}
.TagClassName
{
border-color: #FCEC43;
}
</style>