Shades of Paris Daisy #F8F053
Tints of Paris Daisy #F8F053
RGB
CMYK
RGB Variations
Color information
#F8F053 (or 0xF8F053) is known color: Paris Daisy. HEX triplet: F8, F0 and 53. RGB value is (248,240,83). Sum of RGB (Red+Green+Blue) = 248+240+83=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 83 (32.81% from 255 or 14.54% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F053 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F053 is #070FAC. Grayscale: #E1E1E1. Windows color (decimal): -462765 or 5501176. OLE color: 5501176.
HSL color Cylindrical-coordinate representation of color #F8F053: hue angle of 57.09º 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 #F8F053 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 83 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.03 |
| HSL | 57.09º | 0.92% | 0.65% | - |
| HSV(B) | 57.09º | 0.67% | 0.97% | - |
| XYZ | 71.43 | 82.9 | 20.42 | - |
| YUV | 224.49 | 48.15 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 83 | 0 | 0.03 | 0.67 | 0.03 | 57.09 | 0.92 | 0.65 |
| Hex | F8 | F0 | 53 | 0 | 3 | 43 | 3 | 39 | 5C | 41 |
| Octal | 370 | 360 | 123 | 0 | 3 | 103 | 3 | 71 | 134 | 101 |
| Binary | 11111000 | 11110000 | 1010011 | 0 | 11 | 1000011 | 11 | 111001 | 1011100 | 1000001 |
Color Harmonies of #F8F053
Complementary color
Monochromatic Colors of #F8F053
Black with #F8F053
Text Example
Text Example
White with #F8F053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F053; }
p { color: rgb(248,240,83); }
H1.HeaderClassName
{
color: #F8F053;
}
.AnyTagClassName
{
color: #F8F053;
}
</style>
background-color css
<style>
a { background-color: #F8F053; }
a { background-color: rgb(248,240,83); }
div.DivClassName
{
background-color: #F8F053;
}
.BgClassName
{
background-color: #F8F053;
}
</style>
border-color css
<style>
span { border-color: #F8F053; }
span { border-color: rgb(248,240,83); }
td.TdClassName
{
border-color: #F8F053;
}
.TagClassName
{
border-color: #F8F053;
}
</style>