Shades of Paris Daisy #FCEB4C
Tints of Paris Daisy #FCEB4C
RGB
CMYK
RGB Variations
Color information
#FCEB4C (or 0xFCEB4C) is known color: Paris Daisy. HEX triplet: FC, EB and 4C. RGB value is (252,235,76). Sum of RGB (Red+Green+Blue) = 252+235+76=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 76 (30.08% from 255 or 13.50% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEB4C is #0314B3. Grayscale: #DEDEDE. Windows color (decimal): -201908 or 5041148. OLE color: 5041148.
HSL color Cylindrical-coordinate representation of color #FCEB4C: hue angle of 54.2º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCEB4C is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 76 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.01 |
| HSL | 54.2º | 0.97% | 0.64% | - |
| HSV(B) | 54.2º | 0.7% | 0.99% | - |
| XYZ | 71.16 | 80.63 | 18.65 | - |
| YUV | 221.96 | 45.63 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 76 | 0 | 0.07 | 0.70 | 0.01 | 54.2 | 0.97 | 0.64 |
| Hex | FC | EB | 4C | 0 | 7 | 46 | 1 | 36 | 61 | 40 |
| Octal | 374 | 353 | 114 | 0 | 7 | 106 | 1 | 66 | 141 | 100 |
| Binary | 11111100 | 11101011 | 1001100 | 0 | 111 | 1000110 | 1 | 110110 | 1100001 | 1000000 |
Color Harmonies of #FCEB4C
Complementary color
Monochromatic Colors of #FCEB4C
Black with #FCEB4C
Text Example
Text Example
White with #FCEB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB4C; }
p { color: rgb(252,235,76); }
H1.HeaderClassName
{
color: #FCEB4C;
}
.AnyTagClassName
{
color: #FCEB4C;
}
</style>
background-color css
<style>
a { background-color: #FCEB4C; }
a { background-color: rgb(252,235,76); }
div.DivClassName
{
background-color: #FCEB4C;
}
.BgClassName
{
background-color: #FCEB4C;
}
</style>
border-color css
<style>
span { border-color: #FCEB4C; }
span { border-color: rgb(252,235,76); }
td.TdClassName
{
border-color: #FCEB4C;
}
.TagClassName
{
border-color: #FCEB4C;
}
</style>