Shades of Paris Daisy #F8FC3C
Tints of Paris Daisy #F8FC3C
RGB
CMYK
RGB Variations
Color information
#F8FC3C (or 0xF8FC3C) is known color: Paris Daisy. HEX triplet: F8, FC and 3C. RGB value is (248,252,60). Sum of RGB (Red+Green+Blue) = 248+252+60=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 60 (23.83% from 255 or 10.71% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FC3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FC3C is #0703C3. Grayscale: #E5E5E5. Windows color (decimal): -459716 or 3996920. OLE color: 3996920.
HSL color Cylindrical-coordinate representation of color #F8FC3C: hue angle of 61.25º 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 #F8FC3C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 252 | 60 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.01 |
| HSL | 61.25º | 0.97% | 0.61% | - |
| HSV(B) | 61.25º | 0.76% | 0.99% | - |
| XYZ | 74.34 | 89.9 | 17.71 | - |
| YUV | 228.92 | 32.67 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 252 | 60 | 0.02 | 0 | 0.76 | 0.01 | 61.25 | 0.97 | 0.61 |
| Hex | F8 | FC | 3C | 2 | 0 | 4C | 1 | 3D | 61 | 3D |
| Octal | 370 | 374 | 74 | 2 | 0 | 114 | 1 | 75 | 141 | 75 |
| Binary | 11111000 | 11111100 | 111100 | 10 | 0 | 1001100 | 1 | 111101 | 1100001 | 111101 |
Color Harmonies of #F8FC3C
Complementary color
Monochromatic Colors of #F8FC3C
Black with #F8FC3C
Text Example
Text Example
White with #F8FC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FC3C; }
p { color: rgb(248,252,60); }
H1.HeaderClassName
{
color: #F8FC3C;
}
.AnyTagClassName
{
color: #F8FC3C;
}
</style>
background-color css
<style>
a { background-color: #F8FC3C; }
a { background-color: rgb(248,252,60); }
div.DivClassName
{
background-color: #F8FC3C;
}
.BgClassName
{
background-color: #F8FC3C;
}
</style>
border-color css
<style>
span { border-color: #F8FC3C; }
span { border-color: rgb(248,252,60); }
td.TdClassName
{
border-color: #F8FC3C;
}
.TagClassName
{
border-color: #F8FC3C;
}
</style>