Shades of Paris Daisy #FCF950
Tints of Paris Daisy #FCF950
RGB
CMYK
RGB Variations
Color information
#FCF950 (or 0xFCF950) is known color: Paris Daisy. HEX triplet: FC, F9 and 50. RGB value is (252,249,80). Sum of RGB (Red+Green+Blue) = 252+249+80=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 80 (31.64% from 255 or 13.77% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF950 is #0306AF. Grayscale: #E7E7E7. Windows color (decimal): -198320 or 5306876. OLE color: 5306876.
HSL color Cylindrical-coordinate representation of color #FCF950: hue angle of 58.95º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCF950 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 80 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.01 |
| HSL | 58.95º | 0.97% | 0.65% | - |
| HSV(B) | 58.95º | 0.68% | 0.99% | - |
| XYZ | 75.47 | 89.03 | 20.8 | - |
| YUV | 230.63 | 42.99 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 80 | 0 | 0.01 | 0.68 | 0.01 | 58.95 | 0.97 | 0.65 |
| Hex | FC | F9 | 50 | 0 | 1 | 44 | 1 | 3B | 61 | 41 |
| Octal | 374 | 371 | 120 | 0 | 1 | 104 | 1 | 73 | 141 | 101 |
| Binary | 11111100 | 11111001 | 1010000 | 0 | 1 | 1000100 | 1 | 111011 | 1100001 | 1000001 |
Color Harmonies of #FCF950
Complementary color
Monochromatic Colors of #FCF950
Black with #FCF950
Text Example
Text Example
White with #FCF950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF950; }
p { color: rgb(252,249,80); }
H1.HeaderClassName
{
color: #FCF950;
}
.AnyTagClassName
{
color: #FCF950;
}
</style>
background-color css
<style>
a { background-color: #FCF950; }
a { background-color: rgb(252,249,80); }
div.DivClassName
{
background-color: #FCF950;
}
.BgClassName
{
background-color: #FCF950;
}
</style>
border-color css
<style>
span { border-color: #FCF950; }
span { border-color: rgb(252,249,80); }
td.TdClassName
{
border-color: #FCF950;
}
.TagClassName
{
border-color: #FCF950;
}
</style>