Shades of Paris Daisy #FCFE3F
Tints of Paris Daisy #FCFE3F
RGB
CMYK
RGB Variations
Color information
#FCFE3F (or 0xFCFE3F) is known color: Paris Daisy. HEX triplet: FC, FE and 3F. RGB value is (252,254,63). Sum of RGB (Red+Green+Blue) = 252+254+63=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 63 (25% from 255 or 11.07% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE3F is #0301C0. Grayscale: #E8E8E8. Windows color (decimal): -197057 or 4194044. OLE color: 4194044.
HSL color Cylindrical-coordinate representation of color #FCFE3F: hue angle of 60.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCFE3F is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 63 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.00 |
| HSL | 60.63º | 0.99% | 0.62% | - |
| HSV(B) | 60.63º | 0.75% | 1% | - |
| XYZ | 76.48 | 91.94 | 18.42 | - |
| YUV | 231.63 | 32.84 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 63 | 0.01 | 0 | 0.75 | 0.00 | 60.63 | 0.99 | 0.62 |
| Hex | FC | FE | 3F | 1 | 0 | 4B | 0 | 3D | 63 | 3E |
| Octal | 374 | 376 | 77 | 1 | 0 | 113 | 0 | 75 | 143 | 76 |
| Binary | 11111100 | 11111110 | 111111 | 1 | 0 | 1001011 | 0 | 111101 | 1100011 | 111110 |
Color Harmonies of #FCFE3F
Complementary color
Monochromatic Colors of #FCFE3F
Black with #FCFE3F
Text Example
Text Example
White with #FCFE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE3F; }
p { color: rgb(252,254,63); }
H1.HeaderClassName
{
color: #FCFE3F;
}
.AnyTagClassName
{
color: #FCFE3F;
}
</style>
background-color css
<style>
a { background-color: #FCFE3F; }
a { background-color: rgb(252,254,63); }
div.DivClassName
{
background-color: #FCFE3F;
}
.BgClassName
{
background-color: #FCFE3F;
}
</style>
border-color css
<style>
span { border-color: #FCFE3F; }
span { border-color: rgb(252,254,63); }
td.TdClassName
{
border-color: #FCFE3F;
}
.TagClassName
{
border-color: #FCFE3F;
}
</style>