Shades of Paris Daisy #FCFF4A
Tints of Paris Daisy #FCFF4A
RGB
CMYK
RGB Variations
Color information
#FCFF4A (or 0xFCFF4A) is known color: Paris Daisy. HEX triplet: FC, FF and 4A. RGB value is (252,255,74). Sum of RGB (Red+Green+Blue) = 252+255+74=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 74 (29.30% from 255 or 12.74% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF4A is #0300B5. Grayscale: #EAEAEA. Windows color (decimal): -196790 or 4915196. OLE color: 4915196.
HSL color Cylindrical-coordinate representation of color #FCFF4A: hue angle of 60.99º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCFF4A is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 74 | - |
| CMYK | 0.01 | 0 | 0.71 | 0 |
| HSL | 60.99º | 1% | 0.65% | - |
| HSV(B) | 60.99º | 0.71% | 1% | - |
| XYZ | 77.14 | 92.71 | 20.31 | - |
| YUV | 233.47 | 38.01 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 74 | 0.01 | 0 | 0.71 | 0 | 60.99 | 1 | 0.65 |
| Hex | FC | FF | 4A | 1 | 0 | 47 | 0 | 3D | 64 | 41 |
| Octal | 374 | 377 | 112 | 1 | 0 | 107 | 0 | 75 | 144 | 101 |
| Binary | 11111100 | 11111111 | 1001010 | 1 | 0 | 1000111 | 0 | 111101 | 1100100 | 1000001 |
Color Harmonies of #FCFF4A
Complementary color
Monochromatic Colors of #FCFF4A
Black with #FCFF4A
Text Example
Text Example
White with #FCFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF4A; }
p { color: rgb(252,255,74); }
H1.HeaderClassName
{
color: #FCFF4A;
}
.AnyTagClassName
{
color: #FCFF4A;
}
</style>
background-color css
<style>
a { background-color: #FCFF4A; }
a { background-color: rgb(252,255,74); }
div.DivClassName
{
background-color: #FCFF4A;
}
.BgClassName
{
background-color: #FCFF4A;
}
</style>
border-color css
<style>
span { border-color: #FCFF4A; }
span { border-color: rgb(252,255,74); }
td.TdClassName
{
border-color: #FCFF4A;
}
.TagClassName
{
border-color: #FCFF4A;
}
</style>