Shades of Paris Daisy #FCF942
Tints of Paris Daisy #FCF942
RGB
CMYK
RGB Variations
Color information
#FCF942 (or 0xFCF942) is known color: Paris Daisy. HEX triplet: FC, F9 and 42. RGB value is (252,249,66). Sum of RGB (Red+Green+Blue) = 252+249+66=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 66 (26.17% from 255 or 11.64% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF942 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF942 is #0306BD. Grayscale: #E5E5E5. Windows color (decimal): -198334 or 4389372. OLE color: 4389372.
HSL color Cylindrical-coordinate representation of color #FCF942: hue angle of 59.03º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCF942 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 66 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.01 |
| HSL | 59.03º | 0.97% | 0.62% | - |
| HSV(B) | 59.03º | 0.74% | 0.99% | - |
| XYZ | 75 | 88.84 | 18.35 | - |
| YUV | 229.04 | 35.99 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 66 | 0 | 0.01 | 0.74 | 0.01 | 59.03 | 0.97 | 0.62 |
| Hex | FC | F9 | 42 | 0 | 1 | 4A | 1 | 3B | 61 | 3E |
| Octal | 374 | 371 | 102 | 0 | 1 | 112 | 1 | 73 | 141 | 76 |
| Binary | 11111100 | 11111001 | 1000010 | 0 | 1 | 1001010 | 1 | 111011 | 1100001 | 111110 |
Color Harmonies of #FCF942
Complementary color
Monochromatic Colors of #FCF942
Black with #FCF942
Text Example
Text Example
White with #FCF942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF942; }
p { color: rgb(252,249,66); }
H1.HeaderClassName
{
color: #FCF942;
}
.AnyTagClassName
{
color: #FCF942;
}
</style>
background-color css
<style>
a { background-color: #FCF942; }
a { background-color: rgb(252,249,66); }
div.DivClassName
{
background-color: #FCF942;
}
.BgClassName
{
background-color: #FCF942;
}
</style>
border-color css
<style>
span { border-color: #FCF942; }
span { border-color: rgb(252,249,66); }
td.TdClassName
{
border-color: #FCF942;
}
.TagClassName
{
border-color: #FCF942;
}
</style>