Shades of Paris Daisy #FFFC4A
Tints of Paris Daisy #FFFC4A
RGB
CMYK
RGB Variations
Color information
#FFFC4A (or 0xFFFC4A) is known color: Paris Daisy. HEX triplet: FF, FC and 4A. RGB value is (255,252,74). Sum of RGB (Red+Green+Blue) = 255+252+74=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 74 (29.30% from 255 or 12.74% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC4A is #0003B5. Grayscale: #E9E9E9. Windows color (decimal): -950 or 4914431. OLE color: 4914431.
HSL color Cylindrical-coordinate representation of color #FFFC4A: hue angle of 59.01º 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 #FFFC4A is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 74 | - |
| CMYK | 0 | 0.01 | 0.71 | 0 |
| HSL | 59.01º | 1% | 0.65% | - |
| HSV(B) | 59.01º | 0.71% | 1% | - |
| XYZ | 77.29 | 91.38 | 20.04 | - |
| YUV | 232.61 | 38.49 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 74 | 0 | 0.01 | 0.71 | 0 | 59.01 | 1 | 0.65 |
| Hex | FF | FC | 4A | 0 | 1 | 47 | 0 | 3B | 64 | 41 |
| Octal | 377 | 374 | 112 | 0 | 1 | 107 | 0 | 73 | 144 | 101 |
| Binary | 11111111 | 11111100 | 1001010 | 0 | 1 | 1000111 | 0 | 111011 | 1100100 | 1000001 |
Color Harmonies of #FFFC4A
Complementary color
Monochromatic Colors of #FFFC4A
Black with #FFFC4A
Text Example
Text Example
White with #FFFC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC4A; }
p { color: rgb(255,252,74); }
H1.HeaderClassName
{
color: #FFFC4A;
}
.AnyTagClassName
{
color: #FFFC4A;
}
</style>
background-color css
<style>
a { background-color: #FFFC4A; }
a { background-color: rgb(255,252,74); }
div.DivClassName
{
background-color: #FFFC4A;
}
.BgClassName
{
background-color: #FFFC4A;
}
</style>
border-color css
<style>
span { border-color: #FFFC4A; }
span { border-color: rgb(255,252,74); }
td.TdClassName
{
border-color: #FFFC4A;
}
.TagClassName
{
border-color: #FFFC4A;
}
</style>