Shades of Paris Daisy #FCF33F
Tints of Paris Daisy #FCF33F
RGB
CMYK
RGB Variations
Color information
#FCF33F (or 0xFCF33F) is known color: Paris Daisy. HEX triplet: FC, F3 and 3F. RGB value is (252,243,63). Sum of RGB (Red+Green+Blue) = 252+243+63=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 63 (25% from 255 or 11.29% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF33F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF33F is #030CC0. Grayscale: #E1E1E1. Windows color (decimal): -199873 or 4191228. OLE color: 4191228.
HSL color Cylindrical-coordinate representation of color #FCF33F: hue angle of 57.14º 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 #FCF33F is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 63 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.01 |
| HSL | 57.14º | 0.97% | 0.62% | - |
| HSV(B) | 57.14º | 0.75% | 0.99% | - |
| XYZ | 73.09 | 85.16 | 17.29 | - |
| YUV | 225.17 | 36.48 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 63 | 0 | 0.04 | 0.75 | 0.01 | 57.14 | 0.97 | 0.62 |
| Hex | FC | F3 | 3F | 0 | 4 | 4B | 1 | 39 | 61 | 3E |
| Octal | 374 | 363 | 77 | 0 | 4 | 113 | 1 | 71 | 141 | 76 |
| Binary | 11111100 | 11110011 | 111111 | 0 | 100 | 1001011 | 1 | 111001 | 1100001 | 111110 |
Color Harmonies of #FCF33F
Complementary color
Monochromatic Colors of #FCF33F
Black with #FCF33F
Text Example
Text Example
White with #FCF33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF33F; }
p { color: rgb(252,243,63); }
H1.HeaderClassName
{
color: #FCF33F;
}
.AnyTagClassName
{
color: #FCF33F;
}
</style>
background-color css
<style>
a { background-color: #FCF33F; }
a { background-color: rgb(252,243,63); }
div.DivClassName
{
background-color: #FCF33F;
}
.BgClassName
{
background-color: #FCF33F;
}
</style>
border-color css
<style>
span { border-color: #FCF33F; }
span { border-color: rgb(252,243,63); }
td.TdClassName
{
border-color: #FCF33F;
}
.TagClassName
{
border-color: #FCF33F;
}
</style>