Shades of Paris Daisy #FCEE4D
Tints of Paris Daisy #FCEE4D
RGB
CMYK
RGB Variations
Color information
#FCEE4D (or 0xFCEE4D) is known color: Paris Daisy. HEX triplet: FC, EE and 4D. RGB value is (252,238,77). Sum of RGB (Red+Green+Blue) = 252+238+77=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 77 (30.47% from 255 or 13.58% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEE4D is #0311B2. Grayscale: #E0E0E0. Windows color (decimal): -201139 or 5107452. OLE color: 5107452.
HSL color Cylindrical-coordinate representation of color #FCEE4D: hue angle of 55.2º 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 #FCEE4D is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 77 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.01 |
| HSL | 55.2º | 0.97% | 0.65% | - |
| HSV(B) | 55.2º | 0.69% | 0.99% | - |
| XYZ | 72.06 | 82.38 | 19.12 | - |
| YUV | 223.83 | 45.14 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 77 | 0 | 0.06 | 0.69 | 0.01 | 55.2 | 0.97 | 0.65 |
| Hex | FC | EE | 4D | 0 | 6 | 45 | 1 | 37 | 61 | 41 |
| Octal | 374 | 356 | 115 | 0 | 6 | 105 | 1 | 67 | 141 | 101 |
| Binary | 11111100 | 11101110 | 1001101 | 0 | 110 | 1000101 | 1 | 110111 | 1100001 | 1000001 |
Color Harmonies of #FCEE4D
Complementary color
Monochromatic Colors of #FCEE4D
Black with #FCEE4D
Text Example
Text Example
White with #FCEE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE4D; }
p { color: rgb(252,238,77); }
H1.HeaderClassName
{
color: #FCEE4D;
}
.AnyTagClassName
{
color: #FCEE4D;
}
</style>
background-color css
<style>
a { background-color: #FCEE4D; }
a { background-color: rgb(252,238,77); }
div.DivClassName
{
background-color: #FCEE4D;
}
.BgClassName
{
background-color: #FCEE4D;
}
</style>
border-color css
<style>
span { border-color: #FCEE4D; }
span { border-color: rgb(252,238,77); }
td.TdClassName
{
border-color: #FCEE4D;
}
.TagClassName
{
border-color: #FCEE4D;
}
</style>