Shades of Paris Daisy #FCF63F
Tints of Paris Daisy #FCF63F
RGB
CMYK
RGB Variations
Color information
#FCF63F (or 0xFCF63F) is known color: Paris Daisy. HEX triplet: FC, F6 and 3F. RGB value is (252,246,63). Sum of RGB (Red+Green+Blue) = 252+246+63=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 63 (25% from 255 or 11.23% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF63F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF63F is #0309C0. Grayscale: #E3E3E3. Windows color (decimal): -199105 or 4191996. OLE color: 4191996.
HSL color Cylindrical-coordinate representation of color #FCF63F: hue angle of 58.1º 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 #FCF63F is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 63 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.01 |
| HSL | 58.1º | 0.97% | 0.62% | - |
| HSV(B) | 58.1º | 0.75% | 0.99% | - |
| XYZ | 74 | 86.97 | 17.59 | - |
| YUV | 226.93 | 35.49 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 63 | 0 | 0.02 | 0.75 | 0.01 | 58.1 | 0.97 | 0.62 |
| Hex | FC | F6 | 3F | 0 | 2 | 4B | 1 | 3A | 61 | 3E |
| Octal | 374 | 366 | 77 | 0 | 2 | 113 | 1 | 72 | 141 | 76 |
| Binary | 11111100 | 11110110 | 111111 | 0 | 10 | 1001011 | 1 | 111010 | 1100001 | 111110 |
Color Harmonies of #FCF63F
Complementary color
Monochromatic Colors of #FCF63F
Black with #FCF63F
Text Example
Text Example
White with #FCF63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF63F; }
p { color: rgb(252,246,63); }
H1.HeaderClassName
{
color: #FCF63F;
}
.AnyTagClassName
{
color: #FCF63F;
}
</style>
background-color css
<style>
a { background-color: #FCF63F; }
a { background-color: rgb(252,246,63); }
div.DivClassName
{
background-color: #FCF63F;
}
.BgClassName
{
background-color: #FCF63F;
}
</style>
border-color css
<style>
span { border-color: #FCF63F; }
span { border-color: rgb(252,246,63); }
td.TdClassName
{
border-color: #FCF63F;
}
.TagClassName
{
border-color: #FCF63F;
}
</style>