Shades of Paris Daisy #FCE04B
Tints of Paris Daisy #FCE04B
RGB
CMYK
RGB Variations
Color information
#FCE04B (or 0xFCE04B) is known color: Paris Daisy. HEX triplet: FC, E0 and 4B. RGB value is (252,224,75). Sum of RGB (Red+Green+Blue) = 252+224+75=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 75 (29.69% from 255 or 13.61% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE04B is #031FB4. Grayscale: #D8D8D8. Windows color (decimal): -204725 or 4972796. OLE color: 4972796.
HSL color Cylindrical-coordinate representation of color #FCE04B: hue angle of 50.51º 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 #FCE04B is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 75 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.01 |
| HSL | 50.51º | 0.97% | 0.64% | - |
| HSV(B) | 50.51º | 0.7% | 0.99% | - |
| XYZ | 68.07 | 74.51 | 17.45 | - |
| YUV | 215.39 | 48.78 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 75 | 0 | 0.11 | 0.70 | 0.01 | 50.51 | 0.97 | 0.64 |
| Hex | FC | E0 | 4B | 0 | B | 46 | 1 | 33 | 61 | 40 |
| Octal | 374 | 340 | 113 | 0 | 13 | 106 | 1 | 63 | 141 | 100 |
| Binary | 11111100 | 11100000 | 1001011 | 0 | 1011 | 1000110 | 1 | 110011 | 1100001 | 1000000 |
Color Harmonies of #FCE04B
Complementary color
Monochromatic Colors of #FCE04B
Black with #FCE04B
Text Example
Text Example
White with #FCE04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE04B; }
p { color: rgb(252,224,75); }
H1.HeaderClassName
{
color: #FCE04B;
}
.AnyTagClassName
{
color: #FCE04B;
}
</style>
background-color css
<style>
a { background-color: #FCE04B; }
a { background-color: rgb(252,224,75); }
div.DivClassName
{
background-color: #FCE04B;
}
.BgClassName
{
background-color: #FCE04B;
}
</style>
border-color css
<style>
span { border-color: #FCE04B; }
span { border-color: rgb(252,224,75); }
td.TdClassName
{
border-color: #FCE04B;
}
.TagClassName
{
border-color: #FCE04B;
}
</style>