Shades of Paris Daisy #F8F93C
Tints of Paris Daisy #F8F93C
RGB
CMYK
RGB Variations
Color information
#F8F93C (or 0xF8F93C) is known color: Paris Daisy. HEX triplet: F8, F9 and 3C. RGB value is (248,249,60). Sum of RGB (Red+Green+Blue) = 248+249+60=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 60 (23.83% from 255 or 10.77% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F93C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F93C is #0706C3. Grayscale: #E3E3E3. Windows color (decimal): -460484 or 3996152. OLE color: 3996152.
HSL color Cylindrical-coordinate representation of color #F8F93C: 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 #F8F93C is Cyan = 0.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 249 | 60 | - |
| 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.4 | 88.03 | 17.4 | - |
| YUV | 227.16 | 33.67 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 249 | 60 | 0.00 | 0 | 0.76 | 0.02 | 60.32 | 0.94 | 0.61 |
| Hex | F8 | F9 | 3C | 0 | 0 | 4C | 2 | 3C | 5E | 3D |
| Octal | 370 | 371 | 74 | 0 | 0 | 114 | 2 | 74 | 136 | 75 |
| Binary | 11111000 | 11111001 | 111100 | 0 | 0 | 1001100 | 10 | 111100 | 1011110 | 111101 |
Color Harmonies of #F8F93C
Complementary color
Monochromatic Colors of #F8F93C
Black with #F8F93C
Text Example
Text Example
White with #F8F93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F93C; }
p { color: rgb(248,249,60); }
H1.HeaderClassName
{
color: #F8F93C;
}
.AnyTagClassName
{
color: #F8F93C;
}
</style>
background-color css
<style>
a { background-color: #F8F93C; }
a { background-color: rgb(248,249,60); }
div.DivClassName
{
background-color: #F8F93C;
}
.BgClassName
{
background-color: #F8F93C;
}
</style>
border-color css
<style>
span { border-color: #F8F93C; }
span { border-color: rgb(248,249,60); }
td.TdClassName
{
border-color: #F8F93C;
}
.TagClassName
{
border-color: #F8F93C;
}
</style>