Shades of Paris Daisy #F8F83D
Tints of Paris Daisy #F8F83D
RGB
CMYK
RGB Variations
Color information
#F8F83D (or 0xF8F83D) is known color: Paris Daisy. HEX triplet: F8, F8 and 3D. RGB value is (248,248,61). Sum of RGB (Red+Green+Blue) = 248+248+61=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 61 (24.22% from 255 or 10.95% from 557); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F83D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F83D is #0707C2. Grayscale: #E3E3E3. Windows color (decimal): -460739 or 4061432. OLE color: 4061432.
HSL color Cylindrical-coordinate representation of color #F8F83D: hue angle of 60º 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 #F8F83D is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 61 | - |
| CMYK | 0 | 0 | 0.75 | 0.03 |
| HSL | 60º | 0.93% | 0.61% | - |
| HSV(B) | 60º | 0.75% | 0.97% | - |
| XYZ | 73.12 | 87.43 | 17.44 | - |
| YUV | 226.68 | 34.5 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 61 | 0 | 0 | 0.75 | 0.03 | 60 | 0.93 | 0.61 |
| Hex | F8 | F8 | 3D | 0 | 0 | 4B | 3 | 3C | 5D | 3D |
| Octal | 370 | 370 | 75 | 0 | 0 | 113 | 3 | 74 | 135 | 75 |
| Binary | 11111000 | 11111000 | 111101 | 0 | 0 | 1001011 | 11 | 111100 | 1011101 | 111101 |
Color Harmonies of #F8F83D
Complementary color
Monochromatic Colors of #F8F83D
Black with #F8F83D
Text Example
Text Example
White with #F8F83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F83D; }
p { color: rgb(248,248,61); }
H1.HeaderClassName
{
color: #F8F83D;
}
.AnyTagClassName
{
color: #F8F83D;
}
</style>
background-color css
<style>
a { background-color: #F8F83D; }
a { background-color: rgb(248,248,61); }
div.DivClassName
{
background-color: #F8F83D;
}
.BgClassName
{
background-color: #F8F83D;
}
</style>
border-color css
<style>
span { border-color: #F8F83D; }
span { border-color: rgb(248,248,61); }
td.TdClassName
{
border-color: #F8F83D;
}
.TagClassName
{
border-color: #F8F83D;
}
</style>