Shades of Paris Daisy #F8F93D
Tints of Paris Daisy #F8F93D
RGB
CMYK
RGB Variations
Color information
#F8F93D (or 0xF8F93D) is known color: Paris Daisy. HEX triplet: F8, F9 and 3D. RGB value is (248,249,61). Sum of RGB (Red+Green+Blue) = 248+249+61=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 61 (24.22% from 255 or 10.93% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F93D is #0706C2. Grayscale: #E4E4E4. Windows color (decimal): -460483 or 4061688. OLE color: 4061688.
HSL color Cylindrical-coordinate representation of color #F8F93D: hue angle of 60.32º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8F93D is Cyan = 0.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 249 | 61 | - |
| CMYK | 0.00 | 0 | 0.76 | 0.02 |
| HSL | 60.32º | 0.94% | 0.61% | - |
| HSV(B) | 60.32º | 0.76% | 0.98% | - |
| XYZ | 73.43 | 88.04 | 17.54 | - |
| YUV | 227.27 | 34.17 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 249 | 61 | 0.00 | 0 | 0.76 | 0.02 | 60.32 | 0.94 | 0.61 |
| Hex | F8 | F9 | 3D | 0 | 0 | 4C | 2 | 3C | 5E | 3D |
| Octal | 370 | 371 | 75 | 0 | 0 | 114 | 2 | 74 | 136 | 75 |
| Binary | 11111000 | 11111001 | 111101 | 0 | 0 | 1001100 | 10 | 111100 | 1011110 | 111101 |
Color Harmonies of #F8F93D
Complementary color
Monochromatic Colors of #F8F93D
Black with #F8F93D
Text Example
Text Example
White with #F8F93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F93D; }
p { color: rgb(248,249,61); }
H1.HeaderClassName
{
color: #F8F93D;
}
.AnyTagClassName
{
color: #F8F93D;
}
</style>
background-color css
<style>
a { background-color: #F8F93D; }
a { background-color: rgb(248,249,61); }
div.DivClassName
{
background-color: #F8F93D;
}
.BgClassName
{
background-color: #F8F93D;
}
</style>
border-color css
<style>
span { border-color: #F8F93D; }
span { border-color: rgb(248,249,61); }
td.TdClassName
{
border-color: #F8F93D;
}
.TagClassName
{
border-color: #F8F93D;
}
</style>