Shades of Paris Daisy #F8F352
Tints of Paris Daisy #F8F352
RGB
CMYK
RGB Variations
Color information
#F8F352 (or 0xF8F352) is known color: Paris Daisy. HEX triplet: F8, F3 and 52. RGB value is (248,243,82). Sum of RGB (Red+Green+Blue) = 248+243+82=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 82 (32.42% from 255 or 14.31% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F352 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F352 is #070CAD. Grayscale: #E2E2E2. Windows color (decimal): -461998 or 5436408. OLE color: 5436408.
HSL color Cylindrical-coordinate representation of color #F8F352: hue angle of 58.19º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8F352 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 82 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.03 |
| HSL | 58.19º | 0.92% | 0.65% | - |
| HSV(B) | 58.19º | 0.67% | 0.97% | - |
| XYZ | 72.28 | 84.67 | 20.52 | - |
| YUV | 226.14 | 46.66 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 82 | 0 | 0.02 | 0.67 | 0.03 | 58.19 | 0.92 | 0.65 |
| Hex | F8 | F3 | 52 | 0 | 2 | 43 | 3 | 3A | 5C | 41 |
| Octal | 370 | 363 | 122 | 0 | 2 | 103 | 3 | 72 | 134 | 101 |
| Binary | 11111000 | 11110011 | 1010010 | 0 | 10 | 1000011 | 11 | 111010 | 1011100 | 1000001 |
Color Harmonies of #F8F352
Complementary color
Monochromatic Colors of #F8F352
Black with #F8F352
Text Example
Text Example
White with #F8F352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F352; }
p { color: rgb(248,243,82); }
H1.HeaderClassName
{
color: #F8F352;
}
.AnyTagClassName
{
color: #F8F352;
}
</style>
background-color css
<style>
a { background-color: #F8F352; }
a { background-color: rgb(248,243,82); }
div.DivClassName
{
background-color: #F8F352;
}
.BgClassName
{
background-color: #F8F352;
}
</style>
border-color css
<style>
span { border-color: #F8F352; }
span { border-color: rgb(248,243,82); }
td.TdClassName
{
border-color: #F8F352;
}
.TagClassName
{
border-color: #F8F352;
}
</style>