Shades of Paris Daisy #FCED42
Tints of Paris Daisy #FCED42
RGB
CMYK
RGB Variations
Color information
#FCED42 (or 0xFCED42) is known color: Paris Daisy. HEX triplet: FC, ED and 42. RGB value is (252,237,66). Sum of RGB (Red+Green+Blue) = 252+237+66=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 66 (26.17% from 255 or 11.89% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED42 is #0312BD. Grayscale: #DEDEDE. Windows color (decimal): -201406 or 4386300. OLE color: 4386300.
HSL color Cylindrical-coordinate representation of color #FCED42: hue angle of 55.16º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCED42 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 66 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.01 |
| HSL | 55.16º | 0.97% | 0.62% | - |
| HSV(B) | 55.16º | 0.74% | 0.99% | - |
| XYZ | 71.41 | 81.66 | 17.15 | - |
| YUV | 221.99 | 39.97 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 66 | 0 | 0.06 | 0.74 | 0.01 | 55.16 | 0.97 | 0.62 |
| Hex | FC | ED | 42 | 0 | 6 | 4A | 1 | 37 | 61 | 3E |
| Octal | 374 | 355 | 102 | 0 | 6 | 112 | 1 | 67 | 141 | 76 |
| Binary | 11111100 | 11101101 | 1000010 | 0 | 110 | 1001010 | 1 | 110111 | 1100001 | 111110 |
Color Harmonies of #FCED42
Complementary color
Monochromatic Colors of #FCED42
Black with #FCED42
Text Example
Text Example
White with #FCED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED42; }
p { color: rgb(252,237,66); }
H1.HeaderClassName
{
color: #FCED42;
}
.AnyTagClassName
{
color: #FCED42;
}
</style>
background-color css
<style>
a { background-color: #FCED42; }
a { background-color: rgb(252,237,66); }
div.DivClassName
{
background-color: #FCED42;
}
.BgClassName
{
background-color: #FCED42;
}
</style>
border-color css
<style>
span { border-color: #FCED42; }
span { border-color: rgb(252,237,66); }
td.TdClassName
{
border-color: #FCED42;
}
.TagClassName
{
border-color: #FCED42;
}
</style>