Shades of Paris Daisy #FFFC3F
Tints of Paris Daisy #FFFC3F
RGB
CMYK
RGB Variations
Color information
#FFFC3F (or 0xFFFC3F) is known color: Paris Daisy. HEX triplet: FF, FC and 3F. RGB value is (255,252,63). Sum of RGB (Red+Green+Blue) = 255+252+63=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 63 (25% from 255 or 11.05% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC3F is #0003C0. Grayscale: #E8E8E8. Windows color (decimal): -961 or 4193535. OLE color: 4193535.
HSL color Cylindrical-coordinate representation of color #FFFC3F: hue angle of 59.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFFC3F is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 63 | - |
| CMYK | 0 | 0.01 | 0.75 | 0 |
| HSL | 59.06º | 1% | 0.62% | - |
| HSV(B) | 59.06º | 0.75% | 1% | - |
| XYZ | 76.95 | 91.24 | 18.26 | - |
| YUV | 231.35 | 32.99 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 63 | 0 | 0.01 | 0.75 | 0 | 59.06 | 1 | 0.62 |
| Hex | FF | FC | 3F | 0 | 1 | 4B | 0 | 3B | 64 | 3E |
| Octal | 377 | 374 | 77 | 0 | 1 | 113 | 0 | 73 | 144 | 76 |
| Binary | 11111111 | 11111100 | 111111 | 0 | 1 | 1001011 | 0 | 111011 | 1100100 | 111110 |
Color Harmonies of #FFFC3F
Complementary color
Monochromatic Colors of #FFFC3F
Black with #FFFC3F
Text Example
Text Example
White with #FFFC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC3F; }
p { color: rgb(255,252,63); }
H1.HeaderClassName
{
color: #FFFC3F;
}
.AnyTagClassName
{
color: #FFFC3F;
}
</style>
background-color css
<style>
a { background-color: #FFFC3F; }
a { background-color: rgb(255,252,63); }
div.DivClassName
{
background-color: #FFFC3F;
}
.BgClassName
{
background-color: #FFFC3F;
}
</style>
border-color css
<style>
span { border-color: #FFFC3F; }
span { border-color: rgb(255,252,63); }
td.TdClassName
{
border-color: #FFFC3F;
}
.TagClassName
{
border-color: #FFFC3F;
}
</style>