Shades of Paris Daisy #FCF83D
Tints of Paris Daisy #FCF83D
RGB
CMYK
RGB Variations
Color information
#FCF83D (or 0xFCF83D) is known color: Paris Daisy. HEX triplet: FC, F8 and 3D. RGB value is (252,248,61). Sum of RGB (Red+Green+Blue) = 252+248+61=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 61 (24.22% from 255 or 10.87% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF83D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF83D is #0307C2. Grayscale: #E4E4E4. Windows color (decimal): -198595 or 4061436. OLE color: 4061436.
HSL color Cylindrical-coordinate representation of color #FCF83D: hue angle of 58.74º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCF83D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 61 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.01 |
| HSL | 58.74º | 0.97% | 0.61% | - |
| HSV(B) | 58.74º | 0.76% | 0.99% | - |
| XYZ | 74.55 | 88.17 | 17.5 | - |
| YUV | 227.88 | 33.83 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 61 | 0 | 0.02 | 0.76 | 0.01 | 58.74 | 0.97 | 0.61 |
| Hex | FC | F8 | 3D | 0 | 2 | 4C | 1 | 3B | 61 | 3D |
| Octal | 374 | 370 | 75 | 0 | 2 | 114 | 1 | 73 | 141 | 75 |
| Binary | 11111100 | 11111000 | 111101 | 0 | 10 | 1001100 | 1 | 111011 | 1100001 | 111101 |
Color Harmonies of #FCF83D
Complementary color
Monochromatic Colors of #FCF83D
Black with #FCF83D
Text Example
Text Example
White with #FCF83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF83D; }
p { color: rgb(252,248,61); }
H1.HeaderClassName
{
color: #FCF83D;
}
.AnyTagClassName
{
color: #FCF83D;
}
</style>
background-color css
<style>
a { background-color: #FCF83D; }
a { background-color: rgb(252,248,61); }
div.DivClassName
{
background-color: #FCF83D;
}
.BgClassName
{
background-color: #FCF83D;
}
</style>
border-color css
<style>
span { border-color: #FCF83D; }
span { border-color: rgb(252,248,61); }
td.TdClassName
{
border-color: #FCF83D;
}
.TagClassName
{
border-color: #FCF83D;
}
</style>