Shades of Paris Daisy #F8F74B
Tints of Paris Daisy #F8F74B
RGB
CMYK
RGB Variations
Color information
#F8F74B (or 0xF8F74B) is known color: Paris Daisy. HEX triplet: F8, F7 and 4B. RGB value is (248,247,75). Sum of RGB (Red+Green+Blue) = 248+247+75=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 75 (29.69% from 255 or 13.16% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F74B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F74B is #0708B4. Grayscale: #E4E4E4. Windows color (decimal): -460981 or 4978680. OLE color: 4978680.
HSL color Cylindrical-coordinate representation of color #F8F74B: hue angle of 59.65º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8F74B is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 247 | 75 | - |
| CMYK | 0 | 0.00 | 0.70 | 0.03 |
| HSL | 59.65º | 0.93% | 0.63% | - |
| HSV(B) | 59.65º | 0.7% | 0.97% | - |
| XYZ | 73.24 | 86.99 | 19.59 | - |
| YUV | 227.69 | 41.83 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 247 | 75 | 0 | 0.00 | 0.70 | 0.03 | 59.65 | 0.93 | 0.63 |
| Hex | F8 | F7 | 4B | 0 | 0 | 46 | 3 | 3C | 5D | 3F |
| Octal | 370 | 367 | 113 | 0 | 0 | 106 | 3 | 74 | 135 | 77 |
| Binary | 11111000 | 11110111 | 1001011 | 0 | 0 | 1000110 | 11 | 111100 | 1011101 | 111111 |
Color Harmonies of #F8F74B
Complementary color
Monochromatic Colors of #F8F74B
Black with #F8F74B
Text Example
Text Example
White with #F8F74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F74B; }
p { color: rgb(248,247,75); }
H1.HeaderClassName
{
color: #F8F74B;
}
.AnyTagClassName
{
color: #F8F74B;
}
</style>
background-color css
<style>
a { background-color: #F8F74B; }
a { background-color: rgb(248,247,75); }
div.DivClassName
{
background-color: #F8F74B;
}
.BgClassName
{
background-color: #F8F74B;
}
</style>
border-color css
<style>
span { border-color: #F8F74B; }
span { border-color: rgb(248,247,75); }
td.TdClassName
{
border-color: #F8F74B;
}
.TagClassName
{
border-color: #F8F74B;
}
</style>