Shades of Paris Daisy #FCFE3D
Tints of Paris Daisy #FCFE3D
RGB
CMYK
RGB Variations
Color information
#FCFE3D (or 0xFCFE3D) is known color: Paris Daisy. HEX triplet: FC, FE and 3D. RGB value is (252,254,61). Sum of RGB (Red+Green+Blue) = 252+254+61=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 61 (24.22% from 255 or 10.76% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE3D is #0301C2. Grayscale: #E8E8E8. Windows color (decimal): -197059 or 4062972. OLE color: 4062972.
HSL color Cylindrical-coordinate representation of color #FCFE3D: hue angle of 60.62º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCFE3D is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 61 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.00 |
| HSL | 60.62º | 0.99% | 0.62% | - |
| HSV(B) | 60.62º | 0.76% | 1% | - |
| XYZ | 76.43 | 91.92 | 18.13 | - |
| YUV | 231.4 | 31.84 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 61 | 0.01 | 0 | 0.76 | 0.00 | 60.62 | 0.99 | 0.62 |
| Hex | FC | FE | 3D | 1 | 0 | 4C | 0 | 3D | 63 | 3E |
| Octal | 374 | 376 | 75 | 1 | 0 | 114 | 0 | 75 | 143 | 76 |
| Binary | 11111100 | 11111110 | 111101 | 1 | 0 | 1001100 | 0 | 111101 | 1100011 | 111110 |
Color Harmonies of #FCFE3D
Complementary color
Monochromatic Colors of #FCFE3D
Black with #FCFE3D
Text Example
Text Example
White with #FCFE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE3D; }
p { color: rgb(252,254,61); }
H1.HeaderClassName
{
color: #FCFE3D;
}
.AnyTagClassName
{
color: #FCFE3D;
}
</style>
background-color css
<style>
a { background-color: #FCFE3D; }
a { background-color: rgb(252,254,61); }
div.DivClassName
{
background-color: #FCFE3D;
}
.BgClassName
{
background-color: #FCFE3D;
}
</style>
border-color css
<style>
span { border-color: #FCFE3D; }
span { border-color: rgb(252,254,61); }
td.TdClassName
{
border-color: #FCFE3D;
}
.TagClassName
{
border-color: #FCFE3D;
}
</style>