Shades of Paris Daisy #FCED43
Tints of Paris Daisy #FCED43
RGB
CMYK
RGB Variations
Color information
#FCED43 (or 0xFCED43) is known color: Paris Daisy. HEX triplet: FC, ED and 43. RGB value is (252,237,67). Sum of RGB (Red+Green+Blue) = 252+237+67=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 67 (26.56% from 255 or 12.05% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCED43 is #0312BC. Grayscale: #DEDEDE. Windows color (decimal): -201405 or 4451836. OLE color: 4451836.
HSL color Cylindrical-coordinate representation of color #FCED43: hue angle of 55.14º 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 #FCED43 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 67 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.01 |
| HSL | 55.14º | 0.97% | 0.63% | - |
| HSV(B) | 55.14º | 0.73% | 0.99% | - |
| XYZ | 71.44 | 81.67 | 17.31 | - |
| YUV | 222.11 | 40.47 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 67 | 0 | 0.06 | 0.73 | 0.01 | 55.14 | 0.97 | 0.63 |
| Hex | FC | ED | 43 | 0 | 6 | 49 | 1 | 37 | 61 | 3F |
| Octal | 374 | 355 | 103 | 0 | 6 | 111 | 1 | 67 | 141 | 77 |
| Binary | 11111100 | 11101101 | 1000011 | 0 | 110 | 1001001 | 1 | 110111 | 1100001 | 111111 |
Color Harmonies of #FCED43
Complementary color
Monochromatic Colors of #FCED43
Black with #FCED43
Text Example
Text Example
White with #FCED43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED43; }
p { color: rgb(252,237,67); }
H1.HeaderClassName
{
color: #FCED43;
}
.AnyTagClassName
{
color: #FCED43;
}
</style>
background-color css
<style>
a { background-color: #FCED43; }
a { background-color: rgb(252,237,67); }
div.DivClassName
{
background-color: #FCED43;
}
.BgClassName
{
background-color: #FCED43;
}
</style>
border-color css
<style>
span { border-color: #FCED43; }
span { border-color: rgb(252,237,67); }
td.TdClassName
{
border-color: #FCED43;
}
.TagClassName
{
border-color: #FCED43;
}
</style>