Shades of Paris Daisy #FCFE4C
Tints of Paris Daisy #FCFE4C
RGB
CMYK
RGB Variations
Color information
#FCFE4C (or 0xFCFE4C) is known color: Paris Daisy. HEX triplet: FC, FE and 4C. RGB value is (252,254,76). Sum of RGB (Red+Green+Blue) = 252+254+76=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 76 (30.08% from 255 or 13.06% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE4C is #0301B3. Grayscale: #E9E9E9. Windows color (decimal): -197044 or 5046012. OLE color: 5046012.
HSL color Cylindrical-coordinate representation of color #FCFE4C: hue angle of 60.67º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCFE4C is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 76 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.00 |
| HSL | 60.67º | 0.99% | 0.65% | - |
| HSV(B) | 60.67º | 0.7% | 1% | - |
| XYZ | 76.89 | 92.1 | 20.56 | - |
| YUV | 233.11 | 39.34 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 76 | 0.01 | 0 | 0.70 | 0.00 | 60.67 | 0.99 | 0.65 |
| Hex | FC | FE | 4C | 1 | 0 | 46 | 0 | 3D | 63 | 41 |
| Octal | 374 | 376 | 114 | 1 | 0 | 106 | 0 | 75 | 143 | 101 |
| Binary | 11111100 | 11111110 | 1001100 | 1 | 0 | 1000110 | 0 | 111101 | 1100011 | 1000001 |
Color Harmonies of #FCFE4C
Complementary color
Monochromatic Colors of #FCFE4C
Black with #FCFE4C
Text Example
Text Example
White with #FCFE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE4C; }
p { color: rgb(252,254,76); }
H1.HeaderClassName
{
color: #FCFE4C;
}
.AnyTagClassName
{
color: #FCFE4C;
}
</style>
background-color css
<style>
a { background-color: #FCFE4C; }
a { background-color: rgb(252,254,76); }
div.DivClassName
{
background-color: #FCFE4C;
}
.BgClassName
{
background-color: #FCFE4C;
}
</style>
border-color css
<style>
span { border-color: #FCFE4C; }
span { border-color: rgb(252,254,76); }
td.TdClassName
{
border-color: #FCFE4C;
}
.TagClassName
{
border-color: #FCFE4C;
}
</style>