Shades of Paris Daisy #FCFB52
Tints of Paris Daisy #FCFB52
RGB
CMYK
RGB Variations
Color information
#FCFB52 (or 0xFCFB52) is known color: Paris Daisy. HEX triplet: FC, FB and 52. RGB value is (252,251,82). Sum of RGB (Red+Green+Blue) = 252+251+82=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 82 (32.42% from 255 or 14.02% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB52 is #0304AD. Grayscale: #E8E8E8. Windows color (decimal): -197806 or 5438460. OLE color: 5438460.
HSL color Cylindrical-coordinate representation of color #FCFB52: hue angle of 59.65º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCFB52 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 82 | - |
| CMYK | 0 | 0.00 | 0.67 | 0.01 |
| HSL | 59.65º | 0.97% | 0.65% | - |
| HSV(B) | 59.65º | 0.67% | 0.99% | - |
| XYZ | 76.17 | 90.3 | 21.4 | - |
| YUV | 232.03 | 43.33 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 82 | 0 | 0.00 | 0.67 | 0.01 | 59.65 | 0.97 | 0.65 |
| Hex | FC | FB | 52 | 0 | 0 | 43 | 1 | 3C | 61 | 41 |
| Octal | 374 | 373 | 122 | 0 | 0 | 103 | 1 | 74 | 141 | 101 |
| Binary | 11111100 | 11111011 | 1010010 | 0 | 0 | 1000011 | 1 | 111100 | 1100001 | 1000001 |
Color Harmonies of #FCFB52
Complementary color
Monochromatic Colors of #FCFB52
Black with #FCFB52
Text Example
Text Example
White with #FCFB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFB52; }
p { color: rgb(252,251,82); }
H1.HeaderClassName
{
color: #FCFB52;
}
.AnyTagClassName
{
color: #FCFB52;
}
</style>
background-color css
<style>
a { background-color: #FCFB52; }
a { background-color: rgb(252,251,82); }
div.DivClassName
{
background-color: #FCFB52;
}
.BgClassName
{
background-color: #FCFB52;
}
</style>
border-color css
<style>
span { border-color: #FCFB52; }
span { border-color: rgb(252,251,82); }
td.TdClassName
{
border-color: #FCFB52;
}
.TagClassName
{
border-color: #FCFB52;
}
</style>