Shades of Paris Daisy #F8F150
Tints of Paris Daisy #F8F150
RGB
CMYK
RGB Variations
Color information
#F8F150 (or 0xF8F150) is known color: Paris Daisy. HEX triplet: F8, F1 and 50. RGB value is (248,241,80). Sum of RGB (Red+Green+Blue) = 248+241+80=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 80 (31.64% from 255 or 14.06% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F150 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F150 is #070EAF. Grayscale: #E1E1E1. Windows color (decimal): -462512 or 5304824. OLE color: 5304824.
HSL color Cylindrical-coordinate representation of color #F8F150: hue angle of 57.5º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8F150 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 241 | 80 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.03 |
| HSL | 57.5º | 0.92% | 0.64% | - |
| HSV(B) | 57.5º | 0.68% | 0.97% | - |
| XYZ | 71.61 | 83.45 | 19.92 | - |
| YUV | 224.74 | 46.32 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 241 | 80 | 0 | 0.03 | 0.68 | 0.03 | 57.5 | 0.92 | 0.64 |
| Hex | F8 | F1 | 50 | 0 | 3 | 44 | 3 | 3A | 5C | 40 |
| Octal | 370 | 361 | 120 | 0 | 3 | 104 | 3 | 72 | 134 | 100 |
| Binary | 11111000 | 11110001 | 1010000 | 0 | 11 | 1000100 | 11 | 111010 | 1011100 | 1000000 |
Color Harmonies of #F8F150
Complementary color
Monochromatic Colors of #F8F150
Black with #F8F150
Text Example
Text Example
White with #F8F150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F150; }
p { color: rgb(248,241,80); }
H1.HeaderClassName
{
color: #F8F150;
}
.AnyTagClassName
{
color: #F8F150;
}
</style>
background-color css
<style>
a { background-color: #F8F150; }
a { background-color: rgb(248,241,80); }
div.DivClassName
{
background-color: #F8F150;
}
.BgClassName
{
background-color: #F8F150;
}
</style>
border-color css
<style>
span { border-color: #F8F150; }
span { border-color: rgb(248,241,80); }
td.TdClassName
{
border-color: #F8F150;
}
.TagClassName
{
border-color: #F8F150;
}
</style>