Shades of Paris Daisy #FCFE45
Tints of Paris Daisy #FCFE45
RGB
CMYK
RGB Variations
Color information
#FCFE45 (or 0xFCFE45) is known color: Paris Daisy. HEX triplet: FC, FE and 45. RGB value is (252,254,69). Sum of RGB (Red+Green+Blue) = 252+254+69=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 69 (27.34% from 255 or 12% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE45 is #0301BA. Grayscale: #E9E9E9. Windows color (decimal): -197051 or 4587260. OLE color: 4587260.
HSL color Cylindrical-coordinate representation of color #FCFE45: hue angle of 60.65º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCFE45 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 69 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.00 |
| HSL | 60.65º | 0.99% | 0.63% | - |
| HSV(B) | 60.65º | 0.73% | 1% | - |
| XYZ | 76.66 | 92.01 | 19.35 | - |
| YUV | 232.31 | 35.84 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 69 | 0.01 | 0 | 0.73 | 0.00 | 60.65 | 0.99 | 0.63 |
| Hex | FC | FE | 45 | 1 | 0 | 49 | 0 | 3D | 63 | 3F |
| Octal | 374 | 376 | 105 | 1 | 0 | 111 | 0 | 75 | 143 | 77 |
| Binary | 11111100 | 11111110 | 1000101 | 1 | 0 | 1001001 | 0 | 111101 | 1100011 | 111111 |
Color Harmonies of #FCFE45
Complementary color
Monochromatic Colors of #FCFE45
Black with #FCFE45
Text Example
Text Example
White with #FCFE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE45; }
p { color: rgb(252,254,69); }
H1.HeaderClassName
{
color: #FCFE45;
}
.AnyTagClassName
{
color: #FCFE45;
}
</style>
background-color css
<style>
a { background-color: #FCFE45; }
a { background-color: rgb(252,254,69); }
div.DivClassName
{
background-color: #FCFE45;
}
.BgClassName
{
background-color: #FCFE45;
}
</style>
border-color css
<style>
span { border-color: #FCFE45; }
span { border-color: rgb(252,254,69); }
td.TdClassName
{
border-color: #FCFE45;
}
.TagClassName
{
border-color: #FCFE45;
}
</style>