Shades of Paris Daisy #FCF83F
Tints of Paris Daisy #FCF83F
RGB
CMYK
RGB Variations
Color information
#FCF83F (or 0xFCF83F) is known color: Paris Daisy. HEX triplet: FC, F8 and 3F. RGB value is (252,248,63). Sum of RGB (Red+Green+Blue) = 252+248+63=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 63 (25% from 255 or 11.19% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF83F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF83F is #0307C0. Grayscale: #E4E4E4. Windows color (decimal): -198593 or 4192508. OLE color: 4192508.
HSL color Cylindrical-coordinate representation of color #FCF83F: hue angle of 58.73º 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 #FCF83F is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 63 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.01 |
| HSL | 58.73º | 0.97% | 0.62% | - |
| HSV(B) | 58.73º | 0.75% | 0.99% | - |
| XYZ | 74.61 | 88.19 | 17.79 | - |
| YUV | 228.11 | 34.83 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 63 | 0 | 0.02 | 0.75 | 0.01 | 58.73 | 0.97 | 0.62 |
| Hex | FC | F8 | 3F | 0 | 2 | 4B | 1 | 3B | 61 | 3E |
| Octal | 374 | 370 | 77 | 0 | 2 | 113 | 1 | 73 | 141 | 76 |
| Binary | 11111100 | 11111000 | 111111 | 0 | 10 | 1001011 | 1 | 111011 | 1100001 | 111110 |
Color Harmonies of #FCF83F
Complementary color
Monochromatic Colors of #FCF83F
Black with #FCF83F
Text Example
Text Example
White with #FCF83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF83F; }
p { color: rgb(252,248,63); }
H1.HeaderClassName
{
color: #FCF83F;
}
.AnyTagClassName
{
color: #FCF83F;
}
</style>
background-color css
<style>
a { background-color: #FCF83F; }
a { background-color: rgb(252,248,63); }
div.DivClassName
{
background-color: #FCF83F;
}
.BgClassName
{
background-color: #FCF83F;
}
</style>
border-color css
<style>
span { border-color: #FCF83F; }
span { border-color: rgb(252,248,63); }
td.TdClassName
{
border-color: #FCF83F;
}
.TagClassName
{
border-color: #FCF83F;
}
</style>