Shades of Paris Daisy #F0F83D
Tints of Paris Daisy #F0F83D
RGB
CMYK
RGB Variations
Color information
#F0F83D (or 0xF0F83D) is known color: Paris Daisy. HEX triplet: F0, F8 and 3D. RGB value is (240,248,61). Sum of RGB (Red+Green+Blue) = 240+248+61=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 61 (24.22% from 255 or 11.11% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F83D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F83D is #0F07C2. Grayscale: #E1E1E1. Windows color (decimal): -985027 or 4061424. OLE color: 4061424.
HSL color Cylindrical-coordinate representation of color #F0F83D: hue angle of 62.57º 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 #F0F83D is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 61 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.03 |
| HSL | 62.57º | 0.93% | 0.61% | - |
| HSV(B) | 62.57º | 0.75% | 0.97% | - |
| XYZ | 70.34 | 86 | 17.31 | - |
| YUV | 224.29 | 35.85 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 61 | 0.03 | 0 | 0.75 | 0.03 | 62.57 | 0.93 | 0.61 |
| Hex | F0 | F8 | 3D | 3 | 0 | 4B | 3 | 3F | 5D | 3D |
| Octal | 360 | 370 | 75 | 3 | 0 | 113 | 3 | 77 | 135 | 75 |
| Binary | 11110000 | 11111000 | 111101 | 11 | 0 | 1001011 | 11 | 111111 | 1011101 | 111101 |
Color Harmonies of #F0F83D
Complementary color
Monochromatic Colors of #F0F83D
Black with #F0F83D
Text Example
Text Example
White with #F0F83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F83D; }
p { color: rgb(240,248,61); }
H1.HeaderClassName
{
color: #F0F83D;
}
.AnyTagClassName
{
color: #F0F83D;
}
</style>
background-color css
<style>
a { background-color: #F0F83D; }
a { background-color: rgb(240,248,61); }
div.DivClassName
{
background-color: #F0F83D;
}
.BgClassName
{
background-color: #F0F83D;
}
</style>
border-color css
<style>
span { border-color: #F0F83D; }
span { border-color: rgb(240,248,61); }
td.TdClassName
{
border-color: #F0F83D;
}
.TagClassName
{
border-color: #F0F83D;
}
</style>