Shades of Paris Daisy #FFFC3E
Tints of Paris Daisy #FFFC3E
RGB
CMYK
RGB Variations
Color information
#FFFC3E (or 0xFFFC3E) is known color: Paris Daisy. HEX triplet: FF, FC and 3E. RGB value is (255,252,62). Sum of RGB (Red+Green+Blue) = 255+252+62=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 62 (24.61% from 255 or 10.90% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC3E is #0003C1. Grayscale: #E7E7E7. Windows color (decimal): -962 or 4127999. OLE color: 4127999.
HSL color Cylindrical-coordinate representation of color #FFFC3E: hue angle of 59.07º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFFC3E is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 62 | - |
| CMYK | 0 | 0.01 | 0.76 | 0 |
| HSL | 59.07º | 1% | 0.62% | - |
| HSV(B) | 59.07º | 0.76% | 1% | - |
| XYZ | 76.92 | 91.23 | 18.11 | - |
| YUV | 231.24 | 32.49 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 62 | 0 | 0.01 | 0.76 | 0 | 59.07 | 1 | 0.62 |
| Hex | FF | FC | 3E | 0 | 1 | 4C | 0 | 3B | 64 | 3E |
| Octal | 377 | 374 | 76 | 0 | 1 | 114 | 0 | 73 | 144 | 76 |
| Binary | 11111111 | 11111100 | 111110 | 0 | 1 | 1001100 | 0 | 111011 | 1100100 | 111110 |
Color Harmonies of #FFFC3E
Complementary color
Monochromatic Colors of #FFFC3E
Black with #FFFC3E
Text Example
Text Example
White with #FFFC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC3E; }
p { color: rgb(255,252,62); }
H1.HeaderClassName
{
color: #FFFC3E;
}
.AnyTagClassName
{
color: #FFFC3E;
}
</style>
background-color css
<style>
a { background-color: #FFFC3E; }
a { background-color: rgb(255,252,62); }
div.DivClassName
{
background-color: #FFFC3E;
}
.BgClassName
{
background-color: #FFFC3E;
}
</style>
border-color css
<style>
span { border-color: #FFFC3E; }
span { border-color: rgb(255,252,62); }
td.TdClassName
{
border-color: #FFFC3E;
}
.TagClassName
{
border-color: #FFFC3E;
}
</style>