Shades of Paris Daisy #FFFC3D
Tints of Paris Daisy #FFFC3D
RGB
CMYK
RGB Variations
Color information
#FFFC3D (or 0xFFFC3D) is known color: Paris Daisy. HEX triplet: FF, FC and 3D. RGB value is (255,252,61). Sum of RGB (Red+Green+Blue) = 255+252+61=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 61 (24.22% from 255 or 10.74% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC3D is #0003C2. Grayscale: #E7E7E7. Windows color (decimal): -963 or 4062463. OLE color: 4062463.
HSL color Cylindrical-coordinate representation of color #FFFC3D: 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 #FFFC3D is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 61 | - |
| CMYK | 0 | 0.01 | 0.76 | 0 |
| HSL | 59.07º | 1% | 0.62% | - |
| HSV(B) | 59.07º | 0.76% | 1% | - |
| XYZ | 76.89 | 91.22 | 17.97 | - |
| YUV | 231.12 | 31.99 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 61 | 0 | 0.01 | 0.76 | 0 | 59.07 | 1 | 0.62 |
| Hex | FF | FC | 3D | 0 | 1 | 4C | 0 | 3B | 64 | 3E |
| Octal | 377 | 374 | 75 | 0 | 1 | 114 | 0 | 73 | 144 | 76 |
| Binary | 11111111 | 11111100 | 111101 | 0 | 1 | 1001100 | 0 | 111011 | 1100100 | 111110 |
Color Harmonies of #FFFC3D
Complementary color
Monochromatic Colors of #FFFC3D
Black with #FFFC3D
Text Example
Text Example
White with #FFFC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFC3D; }
p { color: rgb(255,252,61); }
H1.HeaderClassName
{
color: #FFFC3D;
}
.AnyTagClassName
{
color: #FFFC3D;
}
</style>
background-color css
<style>
a { background-color: #FFFC3D; }
a { background-color: rgb(255,252,61); }
div.DivClassName
{
background-color: #FFFC3D;
}
.BgClassName
{
background-color: #FFFC3D;
}
</style>
border-color css
<style>
span { border-color: #FFFC3D; }
span { border-color: rgb(255,252,61); }
td.TdClassName
{
border-color: #FFFC3D;
}
.TagClassName
{
border-color: #FFFC3D;
}
</style>