Shades of Paris Daisy #FCEF55
Tints of Paris Daisy #FCEF55
RGB
CMYK
RGB Variations
Color information
#FCEF55 (or 0xFCEF55) is known color: Paris Daisy. HEX triplet: FC, EF and 55. RGB value is (252,239,85). Sum of RGB (Red+Green+Blue) = 252+239+85=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 85 (33.59% from 255 or 14.76% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF55 is #0310AA. Grayscale: #E1E1E1. Windows color (decimal): -200875 or 5631996. OLE color: 5631996.
HSL color Cylindrical-coordinate representation of color #FCEF55: hue angle of 55.33º 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 #FCEF55 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 85 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.01 |
| HSL | 55.33º | 0.97% | 0.66% | - |
| HSV(B) | 55.33º | 0.66% | 0.99% | - |
| XYZ | 72.65 | 83.08 | 20.8 | - |
| YUV | 225.33 | 48.81 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 85 | 0 | 0.05 | 0.66 | 0.01 | 55.33 | 0.97 | 0.66 |
| Hex | FC | EF | 55 | 0 | 5 | 42 | 1 | 37 | 61 | 42 |
| Octal | 374 | 357 | 125 | 0 | 5 | 102 | 1 | 67 | 141 | 102 |
| Binary | 11111100 | 11101111 | 1010101 | 0 | 101 | 1000010 | 1 | 110111 | 1100001 | 1000010 |
Color Harmonies of #FCEF55
Complementary color
Monochromatic Colors of #FCEF55
Black with #FCEF55
Text Example
Text Example
White with #FCEF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF55; }
p { color: rgb(252,239,85); }
H1.HeaderClassName
{
color: #FCEF55;
}
.AnyTagClassName
{
color: #FCEF55;
}
</style>
background-color css
<style>
a { background-color: #FCEF55; }
a { background-color: rgb(252,239,85); }
div.DivClassName
{
background-color: #FCEF55;
}
.BgClassName
{
background-color: #FCEF55;
}
</style>
border-color css
<style>
span { border-color: #FCEF55; }
span { border-color: rgb(252,239,85); }
td.TdClassName
{
border-color: #FCEF55;
}
.TagClassName
{
border-color: #FCEF55;
}
</style>