Shades of Paris Daisy #F0F93D
Tints of Paris Daisy #F0F93D
RGB
CMYK
RGB Variations
Color information
#F0F93D (or 0xF0F93D) is known color: Paris Daisy. HEX triplet: F0, F9 and 3D. RGB value is (240,249,61). Sum of RGB (Red+Green+Blue) = 240+249+61=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 61 (24.22% from 255 or 11.09% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F93D is #0F06C2. Grayscale: #E1E1E1. Windows color (decimal): -984771 or 4061680. OLE color: 4061680.
HSL color Cylindrical-coordinate representation of color #F0F93D: hue angle of 62.87º 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 #F0F93D is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 61 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.02 |
| HSL | 62.87º | 0.94% | 0.61% | - |
| HSV(B) | 62.87º | 0.76% | 0.98% | - |
| XYZ | 70.65 | 86.61 | 17.41 | - |
| YUV | 224.88 | 35.52 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 61 | 0.04 | 0 | 0.76 | 0.02 | 62.87 | 0.94 | 0.61 |
| Hex | F0 | F9 | 3D | 4 | 0 | 4C | 2 | 3F | 5E | 3D |
| Octal | 360 | 371 | 75 | 4 | 0 | 114 | 2 | 77 | 136 | 75 |
| Binary | 11110000 | 11111001 | 111101 | 100 | 0 | 1001100 | 10 | 111111 | 1011110 | 111101 |
Color Harmonies of #F0F93D
Complementary color
Monochromatic Colors of #F0F93D
Black with #F0F93D
Text Example
Text Example
White with #F0F93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F93D; }
p { color: rgb(240,249,61); }
H1.HeaderClassName
{
color: #F0F93D;
}
.AnyTagClassName
{
color: #F0F93D;
}
</style>
background-color css
<style>
a { background-color: #F0F93D; }
a { background-color: rgb(240,249,61); }
div.DivClassName
{
background-color: #F0F93D;
}
.BgClassName
{
background-color: #F0F93D;
}
</style>
border-color css
<style>
span { border-color: #F0F93D; }
span { border-color: rgb(240,249,61); }
td.TdClassName
{
border-color: #F0F93D;
}
.TagClassName
{
border-color: #F0F93D;
}
</style>