Shades of Paris Daisy #FCF753
Tints of Paris Daisy #FCF753
RGB
CMYK
RGB Variations
Color information
#FCF753 (or 0xFCF753) is known color: Paris Daisy. HEX triplet: FC, F7 and 53. RGB value is (252,247,83). Sum of RGB (Red+Green+Blue) = 252+247+83=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 247 (96.88% from 255 or 42.44% from 582); Blue value is 83 (32.81% from 255 or 14.26% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF753 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF753 is #0308AC. Grayscale: #E6E6E6. Windows color (decimal): -198829 or 5502972. OLE color: 5502972.
HSL color Cylindrical-coordinate representation of color #FCF753: hue angle of 58.22º 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 #FCF753 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 83 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.01 |
| HSL | 58.22º | 0.97% | 0.66% | - |
| HSV(B) | 58.22º | 0.67% | 0.99% | - |
| XYZ | 74.97 | 87.84 | 21.19 | - |
| YUV | 229.8 | 45.16 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 83 | 0 | 0.02 | 0.67 | 0.01 | 58.22 | 0.97 | 0.66 |
| Hex | FC | F7 | 53 | 0 | 2 | 43 | 1 | 3A | 61 | 42 |
| Octal | 374 | 367 | 123 | 0 | 2 | 103 | 1 | 72 | 141 | 102 |
| Binary | 11111100 | 11110111 | 1010011 | 0 | 10 | 1000011 | 1 | 111010 | 1100001 | 1000010 |
Color Harmonies of #FCF753
Complementary color
Monochromatic Colors of #FCF753
Black with #FCF753
Text Example
Text Example
White with #FCF753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF753; }
p { color: rgb(252,247,83); }
H1.HeaderClassName
{
color: #FCF753;
}
.AnyTagClassName
{
color: #FCF753;
}
</style>
background-color css
<style>
a { background-color: #FCF753; }
a { background-color: rgb(252,247,83); }
div.DivClassName
{
background-color: #FCF753;
}
.BgClassName
{
background-color: #FCF753;
}
</style>
border-color css
<style>
span { border-color: #FCF753; }
span { border-color: rgb(252,247,83); }
td.TdClassName
{
border-color: #FCF753;
}
.TagClassName
{
border-color: #FCF753;
}
</style>