Shades of Paris Daisy #FFFC52
Tints of Paris Daisy #FFFC52
RGB
CMYK
RGB Variations
Color information
#FFFC52 (or 0xFFFC52) is known color: Paris Daisy. HEX triplet: FF, FC and 52. RGB value is (255,252,82). Sum of RGB (Red+Green+Blue) = 255+252+82=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 82 (32.42% from 255 or 13.92% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC52 is #0003AD. Grayscale: #EAEAEA. Windows color (decimal): -942 or 5438719. OLE color: 5438719.
HSL color Cylindrical-coordinate representation of color #FFFC52: hue angle of 58.96º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFFC52 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 82 | - |
| CMYK | 0 | 0.01 | 0.68 | 0 |
| HSL | 58.96º | 1% | 0.66% | - |
| HSV(B) | 58.96º | 0.68% | 1% | - |
| XYZ | 77.57 | 91.49 | 21.55 | - |
| YUV | 233.52 | 42.49 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 82 | 0 | 0.01 | 0.68 | 0 | 58.96 | 1 | 0.66 |
| Hex | FF | FC | 52 | 0 | 1 | 44 | 0 | 3B | 64 | 42 |
| Octal | 377 | 374 | 122 | 0 | 1 | 104 | 0 | 73 | 144 | 102 |
| Binary | 11111111 | 11111100 | 1010010 | 0 | 1 | 1000100 | 0 | 111011 | 1100100 | 1000010 |
Color Harmonies of #FFFC52
Complementary color
Monochromatic Colors of #FFFC52
Black with #FFFC52
Text Example
Text Example
White with #FFFC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC52; }
p { color: rgb(255,252,82); }
H1.HeaderClassName
{
color: #FFFC52;
}
.AnyTagClassName
{
color: #FFFC52;
}
</style>
background-color css
<style>
a { background-color: #FFFC52; }
a { background-color: rgb(255,252,82); }
div.DivClassName
{
background-color: #FFFC52;
}
.BgClassName
{
background-color: #FFFC52;
}
</style>
border-color css
<style>
span { border-color: #FFFC52; }
span { border-color: rgb(255,252,82); }
td.TdClassName
{
border-color: #FFFC52;
}
.TagClassName
{
border-color: #FFFC52;
}
</style>