Shades of Paris Daisy #FCEF45
Tints of Paris Daisy #FCEF45
RGB
CMYK
RGB Variations
Color information
#FCEF45 (or 0xFCEF45) is known color: Paris Daisy. HEX triplet: FC, EF and 45. RGB value is (252,239,69). Sum of RGB (Red+Green+Blue) = 252+239+69=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 69 (27.34% from 255 or 12.32% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEF45 is #0310BA. Grayscale: #E0E0E0. Windows color (decimal): -200891 or 4583420. OLE color: 4583420.
HSL color Cylindrical-coordinate representation of color #FCEF45: hue angle of 55.74º 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 #FCEF45 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 69 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.01 |
| HSL | 55.74º | 0.97% | 0.63% | - |
| HSV(B) | 55.74º | 0.73% | 0.99% | - |
| XYZ | 72.09 | 82.86 | 17.82 | - |
| YUV | 223.51 | 40.81 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 69 | 0 | 0.05 | 0.73 | 0.01 | 55.74 | 0.97 | 0.63 |
| Hex | FC | EF | 45 | 0 | 5 | 49 | 1 | 38 | 61 | 3F |
| Octal | 374 | 357 | 105 | 0 | 5 | 111 | 1 | 70 | 141 | 77 |
| Binary | 11111100 | 11101111 | 1000101 | 0 | 101 | 1001001 | 1 | 111000 | 1100001 | 111111 |
Color Harmonies of #FCEF45
Complementary color
Monochromatic Colors of #FCEF45
Black with #FCEF45
Text Example
Text Example
White with #FCEF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF45; }
p { color: rgb(252,239,69); }
H1.HeaderClassName
{
color: #FCEF45;
}
.AnyTagClassName
{
color: #FCEF45;
}
</style>
background-color css
<style>
a { background-color: #FCEF45; }
a { background-color: rgb(252,239,69); }
div.DivClassName
{
background-color: #FCEF45;
}
.BgClassName
{
background-color: #FCEF45;
}
</style>
border-color css
<style>
span { border-color: #FCEF45; }
span { border-color: rgb(252,239,69); }
td.TdClassName
{
border-color: #FCEF45;
}
.TagClassName
{
border-color: #FCEF45;
}
</style>