Shades of Paris Daisy #F8F73E
Tints of Paris Daisy #F8F73E
RGB
CMYK
RGB Variations
Color information
#F8F73E (or 0xF8F73E) is known color: Paris Daisy. HEX triplet: F8, F7 and 3E. RGB value is (248,247,62). Sum of RGB (Red+Green+Blue) = 248+247+62=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 62 (24.61% from 255 or 11.13% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F73E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F73E is #0708C1. Grayscale: #E2E2E2. Windows color (decimal): -460994 or 4126712. OLE color: 4126712.
HSL color Cylindrical-coordinate representation of color #F8F73E: hue angle of 59.68º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8F73E is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 247 | 62 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.03 |
| HSL | 59.68º | 0.93% | 0.61% | - |
| HSV(B) | 59.68º | 0.75% | 0.97% | - |
| XYZ | 72.84 | 86.83 | 17.48 | - |
| YUV | 226.21 | 35.33 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 247 | 62 | 0 | 0.00 | 0.75 | 0.03 | 59.68 | 0.93 | 0.61 |
| Hex | F8 | F7 | 3E | 0 | 0 | 4B | 3 | 3C | 5D | 3D |
| Octal | 370 | 367 | 76 | 0 | 0 | 113 | 3 | 74 | 135 | 75 |
| Binary | 11111000 | 11110111 | 111110 | 0 | 0 | 1001011 | 11 | 111100 | 1011101 | 111101 |
Color Harmonies of #F8F73E
Complementary color
Monochromatic Colors of #F8F73E
Black with #F8F73E
Text Example
Text Example
White with #F8F73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F73E; }
p { color: rgb(248,247,62); }
H1.HeaderClassName
{
color: #F8F73E;
}
.AnyTagClassName
{
color: #F8F73E;
}
</style>
background-color css
<style>
a { background-color: #F8F73E; }
a { background-color: rgb(248,247,62); }
div.DivClassName
{
background-color: #F8F73E;
}
.BgClassName
{
background-color: #F8F73E;
}
</style>
border-color css
<style>
span { border-color: #F8F73E; }
span { border-color: rgb(248,247,62); }
td.TdClassName
{
border-color: #F8F73E;
}
.TagClassName
{
border-color: #F8F73E;
}
</style>