Shades of Paris Daisy #F8F748
Tints of Paris Daisy #F8F748
RGB
CMYK
RGB Variations
Color information
#F8F748 (or 0xF8F748) is known color: Paris Daisy. HEX triplet: F8, F7 and 48. RGB value is (248,247,72). Sum of RGB (Red+Green+Blue) = 248+247+72=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 247 (96.88% from 255 or 43.56% from 567); Blue value is 72 (28.52% from 255 or 12.70% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F748 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F748 is #0708B7. Grayscale: #E4E4E4. Windows color (decimal): -460984 or 4782072. OLE color: 4782072.
HSL color Cylindrical-coordinate representation of color #F8F748: hue angle of 59.66º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8F748 is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 247 | 72 | - |
| CMYK | 0 | 0.00 | 0.71 | 0.03 |
| HSL | 59.66º | 0.93% | 0.63% | - |
| HSV(B) | 59.66º | 0.71% | 0.97% | - |
| XYZ | 73.14 | 86.95 | 19.06 | - |
| YUV | 227.35 | 40.33 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 247 | 72 | 0 | 0.00 | 0.71 | 0.03 | 59.66 | 0.93 | 0.63 |
| Hex | F8 | F7 | 48 | 0 | 0 | 47 | 3 | 3C | 5D | 3F |
| Octal | 370 | 367 | 110 | 0 | 0 | 107 | 3 | 74 | 135 | 77 |
| Binary | 11111000 | 11110111 | 1001000 | 0 | 0 | 1000111 | 11 | 111100 | 1011101 | 111111 |
Color Harmonies of #F8F748
Complementary color
Monochromatic Colors of #F8F748
Black with #F8F748
Text Example
Text Example
White with #F8F748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F748; }
p { color: rgb(248,247,72); }
H1.HeaderClassName
{
color: #F8F748;
}
.AnyTagClassName
{
color: #F8F748;
}
</style>
background-color css
<style>
a { background-color: #F8F748; }
a { background-color: rgb(248,247,72); }
div.DivClassName
{
background-color: #F8F748;
}
.BgClassName
{
background-color: #F8F748;
}
</style>
border-color css
<style>
span { border-color: #F8F748; }
span { border-color: rgb(248,247,72); }
td.TdClassName
{
border-color: #F8F748;
}
.TagClassName
{
border-color: #F8F748;
}
</style>