Shades of Paris Daisy #FCF440
Tints of Paris Daisy #FCF440
RGB
CMYK
RGB Variations
Color information
#FCF440 (or 0xFCF440) is known color: Paris Daisy. HEX triplet: FC, F4 and 40. RGB value is (252,244,64). Sum of RGB (Red+Green+Blue) = 252+244+64=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 64 (25.39% from 255 or 11.43% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF440 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF440 is #030BBF. Grayscale: #E2E2E2. Windows color (decimal): -199616 or 4257020. OLE color: 4257020.
HSL color Cylindrical-coordinate representation of color #FCF440: hue angle of 57.45º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCF440 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 64 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.01 |
| HSL | 57.45º | 0.97% | 0.62% | - |
| HSV(B) | 57.45º | 0.75% | 0.99% | - |
| XYZ | 73.42 | 85.77 | 17.54 | - |
| YUV | 225.87 | 36.65 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 64 | 0 | 0.03 | 0.75 | 0.01 | 57.45 | 0.97 | 0.62 |
| Hex | FC | F4 | 40 | 0 | 3 | 4B | 1 | 39 | 61 | 3E |
| Octal | 374 | 364 | 100 | 0 | 3 | 113 | 1 | 71 | 141 | 76 |
| Binary | 11111100 | 11110100 | 1000000 | 0 | 11 | 1001011 | 1 | 111001 | 1100001 | 111110 |
Color Harmonies of #FCF440
Complementary color
Monochromatic Colors of #FCF440
Black with #FCF440
Text Example
Text Example
White with #FCF440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF440; }
p { color: rgb(252,244,64); }
H1.HeaderClassName
{
color: #FCF440;
}
.AnyTagClassName
{
color: #FCF440;
}
</style>
background-color css
<style>
a { background-color: #FCF440; }
a { background-color: rgb(252,244,64); }
div.DivClassName
{
background-color: #FCF440;
}
.BgClassName
{
background-color: #FCF440;
}
</style>
border-color css
<style>
span { border-color: #FCF440; }
span { border-color: rgb(252,244,64); }
td.TdClassName
{
border-color: #FCF440;
}
.TagClassName
{
border-color: #FCF440;
}
</style>