Shades of Paris Daisy #FCEB42
Tints of Paris Daisy #FCEB42
RGB
CMYK
RGB Variations
Color information
#FCEB42 (or 0xFCEB42) is known color: Paris Daisy. HEX triplet: FC, EB and 42. RGB value is (252,235,66). Sum of RGB (Red+Green+Blue) = 252+235+66=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 66 (26.17% from 255 or 11.93% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEB42 is #0314BD. Grayscale: #DDDDDD. Windows color (decimal): -201918 or 4385788. OLE color: 4385788.
HSL color Cylindrical-coordinate representation of color #FCEB42: hue angle of 54.52º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCEB42 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 66 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.01 |
| HSL | 54.52º | 0.97% | 0.62% | - |
| HSV(B) | 54.52º | 0.74% | 0.99% | - |
| XYZ | 70.84 | 80.51 | 16.96 | - |
| YUV | 220.82 | 40.63 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 66 | 0 | 0.07 | 0.74 | 0.01 | 54.52 | 0.97 | 0.62 |
| Hex | FC | EB | 42 | 0 | 7 | 4A | 1 | 37 | 61 | 3E |
| Octal | 374 | 353 | 102 | 0 | 7 | 112 | 1 | 67 | 141 | 76 |
| Binary | 11111100 | 11101011 | 1000010 | 0 | 111 | 1001010 | 1 | 110111 | 1100001 | 111110 |
Color Harmonies of #FCEB42
Complementary color
Monochromatic Colors of #FCEB42
Black with #FCEB42
Text Example
Text Example
White with #FCEB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB42; }
p { color: rgb(252,235,66); }
H1.HeaderClassName
{
color: #FCEB42;
}
.AnyTagClassName
{
color: #FCEB42;
}
</style>
background-color css
<style>
a { background-color: #FCEB42; }
a { background-color: rgb(252,235,66); }
div.DivClassName
{
background-color: #FCEB42;
}
.BgClassName
{
background-color: #FCEB42;
}
</style>
border-color css
<style>
span { border-color: #FCEB42; }
span { border-color: rgb(252,235,66); }
td.TdClassName
{
border-color: #FCEB42;
}
.TagClassName
{
border-color: #FCEB42;
}
</style>