Shades of Paris Daisy #FFFC53
Tints of Paris Daisy #FFFC53
RGB
CMYK
RGB Variations
Color information
#FFFC53 (or 0xFFFC53) is known color: Paris Daisy. HEX triplet: FF, FC and 53. RGB value is (255,252,83). Sum of RGB (Red+Green+Blue) = 255+252+83=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 83 (32.81% from 255 or 14.07% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC53 is #0003AC. Grayscale: #EAEAEA. Windows color (decimal): -941 or 5504255. OLE color: 5504255.
HSL color Cylindrical-coordinate representation of color #FFFC53: hue angle of 58.95º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFFC53 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 83 | - |
| CMYK | 0 | 0.01 | 0.67 | 0 |
| HSL | 58.95º | 1% | 0.66% | - |
| HSV(B) | 58.95º | 0.67% | 1% | - |
| XYZ | 77.61 | 91.51 | 21.76 | - |
| YUV | 233.63 | 42.99 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 83 | 0 | 0.01 | 0.67 | 0 | 58.95 | 1 | 0.66 |
| Hex | FF | FC | 53 | 0 | 1 | 43 | 0 | 3B | 64 | 42 |
| Octal | 377 | 374 | 123 | 0 | 1 | 103 | 0 | 73 | 144 | 102 |
| Binary | 11111111 | 11111100 | 1010011 | 0 | 1 | 1000011 | 0 | 111011 | 1100100 | 1000010 |
Color Harmonies of #FFFC53
Complementary color
Monochromatic Colors of #FFFC53
Black with #FFFC53
Text Example
Text Example
White with #FFFC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC53; }
p { color: rgb(255,252,83); }
H1.HeaderClassName
{
color: #FFFC53;
}
.AnyTagClassName
{
color: #FFFC53;
}
</style>
background-color css
<style>
a { background-color: #FFFC53; }
a { background-color: rgb(255,252,83); }
div.DivClassName
{
background-color: #FFFC53;
}
.BgClassName
{
background-color: #FFFC53;
}
</style>
border-color css
<style>
span { border-color: #FFFC53; }
span { border-color: rgb(255,252,83); }
td.TdClassName
{
border-color: #FFFC53;
}
.TagClassName
{
border-color: #FFFC53;
}
</style>