Shades of Paris Daisy #F8F04D
Tints of Paris Daisy #F8F04D
RGB
CMYK
RGB Variations
Color information
#F8F04D (or 0xF8F04D) is known color: Paris Daisy. HEX triplet: F8, F0 and 4D. RGB value is (248,240,77). Sum of RGB (Red+Green+Blue) = 248+240+77=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 77 (30.47% from 255 or 13.63% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F04D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F04D is #070FB2. Grayscale: #E0E0E0. Windows color (decimal): -462771 or 5107960. OLE color: 5107960.
HSL color Cylindrical-coordinate representation of color #F8F04D: hue angle of 57.19º 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 #F8F04D is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 77 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.03 |
| HSL | 57.19º | 0.92% | 0.64% | - |
| HSV(B) | 57.19º | 0.69% | 0.97% | - |
| XYZ | 71.21 | 82.81 | 19.25 | - |
| YUV | 223.81 | 45.15 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 77 | 0 | 0.03 | 0.69 | 0.03 | 57.19 | 0.92 | 0.64 |
| Hex | F8 | F0 | 4D | 0 | 3 | 45 | 3 | 39 | 5C | 40 |
| Octal | 370 | 360 | 115 | 0 | 3 | 105 | 3 | 71 | 134 | 100 |
| Binary | 11111000 | 11110000 | 1001101 | 0 | 11 | 1000101 | 11 | 111001 | 1011100 | 1000000 |
Color Harmonies of #F8F04D
Complementary color
Monochromatic Colors of #F8F04D
Black with #F8F04D
Text Example
Text Example
White with #F8F04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F04D; }
p { color: rgb(248,240,77); }
H1.HeaderClassName
{
color: #F8F04D;
}
.AnyTagClassName
{
color: #F8F04D;
}
</style>
background-color css
<style>
a { background-color: #F8F04D; }
a { background-color: rgb(248,240,77); }
div.DivClassName
{
background-color: #F8F04D;
}
.BgClassName
{
background-color: #F8F04D;
}
</style>
border-color css
<style>
span { border-color: #F8F04D; }
span { border-color: rgb(248,240,77); }
td.TdClassName
{
border-color: #F8F04D;
}
.TagClassName
{
border-color: #F8F04D;
}
</style>