Shades of Paris Daisy #FCFF45
Tints of Paris Daisy #FCFF45
RGB
CMYK
RGB Variations
Color information
#FCFF45 (or 0xFCFF45) is known color: Paris Daisy. HEX triplet: FC, FF and 45. RGB value is (252,255,69). Sum of RGB (Red+Green+Blue) = 252+255+69=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 69 (27.34% from 255 or 11.98% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF45 is #0300BA. Grayscale: #E9E9E9. Windows color (decimal): -196795 or 4587516. OLE color: 4587516.
HSL color Cylindrical-coordinate representation of color #FCFF45: hue angle of 60.97º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCFF45 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 69 | - |
| CMYK | 0.01 | 0 | 0.73 | 0 |
| HSL | 60.97º | 1% | 0.64% | - |
| HSV(B) | 60.97º | 0.73% | 1% | - |
| XYZ | 76.98 | 92.65 | 19.46 | - |
| YUV | 232.9 | 35.51 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 69 | 0.01 | 0 | 0.73 | 0 | 60.97 | 1 | 0.64 |
| Hex | FC | FF | 45 | 1 | 0 | 49 | 0 | 3D | 64 | 40 |
| Octal | 374 | 377 | 105 | 1 | 0 | 111 | 0 | 75 | 144 | 100 |
| Binary | 11111100 | 11111111 | 1000101 | 1 | 0 | 1001001 | 0 | 111101 | 1100100 | 1000000 |
Color Harmonies of #FCFF45
Complementary color
Monochromatic Colors of #FCFF45
Black with #FCFF45
Text Example
Text Example
White with #FCFF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF45; }
p { color: rgb(252,255,69); }
H1.HeaderClassName
{
color: #FCFF45;
}
.AnyTagClassName
{
color: #FCFF45;
}
</style>
background-color css
<style>
a { background-color: #FCFF45; }
a { background-color: rgb(252,255,69); }
div.DivClassName
{
background-color: #FCFF45;
}
.BgClassName
{
background-color: #FCFF45;
}
</style>
border-color css
<style>
span { border-color: #FCFF45; }
span { border-color: rgb(252,255,69); }
td.TdClassName
{
border-color: #FCFF45;
}
.TagClassName
{
border-color: #FCFF45;
}
</style>