Shades of Paris Daisy #FCF953
Tints of Paris Daisy #FCF953
RGB
CMYK
RGB Variations
Color information
#FCF953 (or 0xFCF953) is known color: Paris Daisy. HEX triplet: FC, F9 and 53. RGB value is (252,249,83). Sum of RGB (Red+Green+Blue) = 252+249+83=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 83 (32.81% from 255 or 14.21% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF953 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF953 is #0306AC. Grayscale: #E7E7E7. Windows color (decimal): -198317 or 5503484. OLE color: 5503484.
HSL color Cylindrical-coordinate representation of color #FCF953: hue angle of 58.93º 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 #FCF953 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 83 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.01 |
| HSL | 58.93º | 0.97% | 0.66% | - |
| HSV(B) | 58.93º | 0.67% | 0.99% | - |
| XYZ | 75.58 | 89.07 | 21.39 | - |
| YUV | 230.97 | 44.49 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 83 | 0 | 0.01 | 0.67 | 0.01 | 58.93 | 0.97 | 0.66 |
| Hex | FC | F9 | 53 | 0 | 1 | 43 | 1 | 3B | 61 | 42 |
| Octal | 374 | 371 | 123 | 0 | 1 | 103 | 1 | 73 | 141 | 102 |
| Binary | 11111100 | 11111001 | 1010011 | 0 | 1 | 1000011 | 1 | 111011 | 1100001 | 1000010 |
Color Harmonies of #FCF953
Complementary color
Monochromatic Colors of #FCF953
Black with #FCF953
Text Example
Text Example
White with #FCF953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF953; }
p { color: rgb(252,249,83); }
H1.HeaderClassName
{
color: #FCF953;
}
.AnyTagClassName
{
color: #FCF953;
}
</style>
background-color css
<style>
a { background-color: #FCF953; }
a { background-color: rgb(252,249,83); }
div.DivClassName
{
background-color: #FCF953;
}
.BgClassName
{
background-color: #FCF953;
}
</style>
border-color css
<style>
span { border-color: #FCF953; }
span { border-color: rgb(252,249,83); }
td.TdClassName
{
border-color: #FCF953;
}
.TagClassName
{
border-color: #FCF953;
}
</style>