Shades of Paris Daisy #FCEF4D
Tints of Paris Daisy #FCEF4D
RGB
CMYK
RGB Variations
Color information
#FCEF4D (or 0xFCEF4D) is known color: Paris Daisy. HEX triplet: FC, EF and 4D. RGB value is (252,239,77). Sum of RGB (Red+Green+Blue) = 252+239+77=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 77 (30.47% from 255 or 13.56% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF4D is #0310B2. Grayscale: #E1E1E1. Windows color (decimal): -200883 or 5107708. OLE color: 5107708.
HSL color Cylindrical-coordinate representation of color #FCEF4D: hue angle of 55.54º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCEF4D is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 77 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.01 |
| HSL | 55.54º | 0.97% | 0.65% | - |
| HSV(B) | 55.54º | 0.69% | 0.99% | - |
| XYZ | 72.35 | 82.96 | 19.22 | - |
| YUV | 224.42 | 44.81 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 77 | 0 | 0.05 | 0.69 | 0.01 | 55.54 | 0.97 | 0.65 |
| Hex | FC | EF | 4D | 0 | 5 | 45 | 1 | 38 | 61 | 41 |
| Octal | 374 | 357 | 115 | 0 | 5 | 105 | 1 | 70 | 141 | 101 |
| Binary | 11111100 | 11101111 | 1001101 | 0 | 101 | 1000101 | 1 | 111000 | 1100001 | 1000001 |
Color Harmonies of #FCEF4D
Complementary color
Monochromatic Colors of #FCEF4D
Black with #FCEF4D
Text Example
Text Example
White with #FCEF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF4D; }
p { color: rgb(252,239,77); }
H1.HeaderClassName
{
color: #FCEF4D;
}
.AnyTagClassName
{
color: #FCEF4D;
}
</style>
background-color css
<style>
a { background-color: #FCEF4D; }
a { background-color: rgb(252,239,77); }
div.DivClassName
{
background-color: #FCEF4D;
}
.BgClassName
{
background-color: #FCEF4D;
}
</style>
border-color css
<style>
span { border-color: #FCEF4D; }
span { border-color: rgb(252,239,77); }
td.TdClassName
{
border-color: #FCEF4D;
}
.TagClassName
{
border-color: #FCEF4D;
}
</style>