Shades of Paris Daisy #F8F54D
Tints of Paris Daisy #F8F54D
RGB
CMYK
RGB Variations
Color information
#F8F54D (or 0xF8F54D) is known color: Paris Daisy. HEX triplet: F8, F5 and 4D. RGB value is (248,245,77). Sum of RGB (Red+Green+Blue) = 248+245+77=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 77 (30.47% from 255 or 13.51% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F54D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F54D is #070AB2. Grayscale: #E3E3E3. Windows color (decimal): -461491 or 5109240. OLE color: 5109240.
HSL color Cylindrical-coordinate representation of color #F8F54D: hue angle of 58.95º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8F54D is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 77 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.03 |
| HSL | 58.95º | 0.92% | 0.64% | - |
| HSV(B) | 58.95º | 0.69% | 0.97% | - |
| XYZ | 72.7 | 85.8 | 19.75 | - |
| YUV | 226.75 | 43.49 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 77 | 0 | 0.01 | 0.69 | 0.03 | 58.95 | 0.92 | 0.64 |
| Hex | F8 | F5 | 4D | 0 | 1 | 45 | 3 | 3B | 5C | 40 |
| Octal | 370 | 365 | 115 | 0 | 1 | 105 | 3 | 73 | 134 | 100 |
| Binary | 11111000 | 11110101 | 1001101 | 0 | 1 | 1000101 | 11 | 111011 | 1011100 | 1000000 |
Color Harmonies of #F8F54D
Complementary color
Monochromatic Colors of #F8F54D
Black with #F8F54D
Text Example
Text Example
White with #F8F54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F54D; }
p { color: rgb(248,245,77); }
H1.HeaderClassName
{
color: #F8F54D;
}
.AnyTagClassName
{
color: #F8F54D;
}
</style>
background-color css
<style>
a { background-color: #F8F54D; }
a { background-color: rgb(248,245,77); }
div.DivClassName
{
background-color: #F8F54D;
}
.BgClassName
{
background-color: #F8F54D;
}
</style>
border-color css
<style>
span { border-color: #F8F54D; }
span { border-color: rgb(248,245,77); }
td.TdClassName
{
border-color: #F8F54D;
}
.TagClassName
{
border-color: #F8F54D;
}
</style>