Shades of Paris Daisy #FCF943
Tints of Paris Daisy #FCF943
RGB
CMYK
RGB Variations
Color information
#FCF943 (or 0xFCF943) is known color: Paris Daisy. HEX triplet: FC, F9 and 43. RGB value is (252,249,67). Sum of RGB (Red+Green+Blue) = 252+249+67=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 67 (26.56% from 255 or 11.80% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF943 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF943 is #0306BC. Grayscale: #E5E5E5. Windows color (decimal): -198333 or 4454908. OLE color: 4454908.
HSL color Cylindrical-coordinate representation of color #FCF943: hue angle of 59.03º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCF943 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 67 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.01 |
| HSL | 59.03º | 0.97% | 0.63% | - |
| HSV(B) | 59.03º | 0.73% | 0.99% | - |
| XYZ | 75.03 | 88.85 | 18.51 | - |
| YUV | 229.15 | 36.49 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 67 | 0 | 0.01 | 0.73 | 0.01 | 59.03 | 0.97 | 0.63 |
| Hex | FC | F9 | 43 | 0 | 1 | 49 | 1 | 3B | 61 | 3F |
| Octal | 374 | 371 | 103 | 0 | 1 | 111 | 1 | 73 | 141 | 77 |
| Binary | 11111100 | 11111001 | 1000011 | 0 | 1 | 1001001 | 1 | 111011 | 1100001 | 111111 |
Color Harmonies of #FCF943
Complementary color
Monochromatic Colors of #FCF943
Black with #FCF943
Text Example
Text Example
White with #FCF943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF943; }
p { color: rgb(252,249,67); }
H1.HeaderClassName
{
color: #FCF943;
}
.AnyTagClassName
{
color: #FCF943;
}
</style>
background-color css
<style>
a { background-color: #FCF943; }
a { background-color: rgb(252,249,67); }
div.DivClassName
{
background-color: #FCF943;
}
.BgClassName
{
background-color: #FCF943;
}
</style>
border-color css
<style>
span { border-color: #FCF943; }
span { border-color: rgb(252,249,67); }
td.TdClassName
{
border-color: #FCF943;
}
.TagClassName
{
border-color: #FCF943;
}
</style>