Shades of Paris Daisy #FCFB53
Tints of Paris Daisy #FCFB53
RGB
CMYK
RGB Variations
Color information
#FCFB53 (or 0xFCFB53) is known color: Paris Daisy. HEX triplet: FC, FB and 53. RGB value is (252,251,83). Sum of RGB (Red+Green+Blue) = 252+251+83=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 83 (32.81% from 255 or 14.16% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB53 is #0304AC. Grayscale: #E8E8E8. Windows color (decimal): -197805 or 5503996. OLE color: 5503996.
HSL color Cylindrical-coordinate representation of color #FCFB53: hue angle of 59.64º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCFB53 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 83 | - |
| CMYK | 0 | 0.00 | 0.67 | 0.01 |
| HSL | 59.64º | 0.97% | 0.66% | - |
| HSV(B) | 59.64º | 0.67% | 0.99% | - |
| XYZ | 76.2 | 90.31 | 21.6 | - |
| YUV | 232.15 | 43.83 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 83 | 0 | 0.00 | 0.67 | 0.01 | 59.64 | 0.97 | 0.66 |
| Hex | FC | FB | 53 | 0 | 0 | 43 | 1 | 3C | 61 | 42 |
| Octal | 374 | 373 | 123 | 0 | 0 | 103 | 1 | 74 | 141 | 102 |
| Binary | 11111100 | 11111011 | 1010011 | 0 | 0 | 1000011 | 1 | 111100 | 1100001 | 1000010 |
Color Harmonies of #FCFB53
Complementary color
Monochromatic Colors of #FCFB53
Black with #FCFB53
Text Example
Text Example
White with #FCFB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB53; }
p { color: rgb(252,251,83); }
H1.HeaderClassName
{
color: #FCFB53;
}
.AnyTagClassName
{
color: #FCFB53;
}
</style>
background-color css
<style>
a { background-color: #FCFB53; }
a { background-color: rgb(252,251,83); }
div.DivClassName
{
background-color: #FCFB53;
}
.BgClassName
{
background-color: #FCFB53;
}
</style>
border-color css
<style>
span { border-color: #FCFB53; }
span { border-color: rgb(252,251,83); }
td.TdClassName
{
border-color: #FCFB53;
}
.TagClassName
{
border-color: #FCFB53;
}
</style>