Shades of Paris Daisy #FCF142
Tints of Paris Daisy #FCF142
RGB
CMYK
RGB Variations
Color information
#FCF142 (or 0xFCF142) is known color: Paris Daisy. HEX triplet: FC, F1 and 42. RGB value is (252,241,66). Sum of RGB (Red+Green+Blue) = 252+241+66=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 66 (26.17% from 255 or 11.81% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF142 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF142 is #030EBD. Grayscale: #E1E1E1. Windows color (decimal): -200382 or 4387324. OLE color: 4387324.
HSL color Cylindrical-coordinate representation of color #FCF142: hue angle of 56.45º 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 #FCF142 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 66 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.01 |
| HSL | 56.45º | 0.97% | 0.62% | - |
| HSV(B) | 56.45º | 0.74% | 0.99% | - |
| XYZ | 72.58 | 84 | 17.54 | - |
| YUV | 224.34 | 38.64 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 66 | 0 | 0.04 | 0.74 | 0.01 | 56.45 | 0.97 | 0.62 |
| Hex | FC | F1 | 42 | 0 | 4 | 4A | 1 | 38 | 61 | 3E |
| Octal | 374 | 361 | 102 | 0 | 4 | 112 | 1 | 70 | 141 | 76 |
| Binary | 11111100 | 11110001 | 1000010 | 0 | 100 | 1001010 | 1 | 111000 | 1100001 | 111110 |
Color Harmonies of #FCF142
Complementary color
Monochromatic Colors of #FCF142
Black with #FCF142
Text Example
Text Example
White with #FCF142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF142; }
p { color: rgb(252,241,66); }
H1.HeaderClassName
{
color: #FCF142;
}
.AnyTagClassName
{
color: #FCF142;
}
</style>
background-color css
<style>
a { background-color: #FCF142; }
a { background-color: rgb(252,241,66); }
div.DivClassName
{
background-color: #FCF142;
}
.BgClassName
{
background-color: #FCF142;
}
</style>
border-color css
<style>
span { border-color: #FCF142; }
span { border-color: rgb(252,241,66); }
td.TdClassName
{
border-color: #FCF142;
}
.TagClassName
{
border-color: #FCF142;
}
</style>