Shades of Paris Daisy #F0F93B
Tints of Paris Daisy #F0F93B
RGB
CMYK
RGB Variations
Color information
#F0F93B (or 0xF0F93B) is known color: Paris Daisy. HEX triplet: F0, F9 and 3B. RGB value is (240,249,59). Sum of RGB (Red+Green+Blue) = 240+249+59=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 59 (23.44% from 255 or 10.77% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F93B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F93B is #0F06C4. Grayscale: #E1E1E1. Windows color (decimal): -984773 or 3930608. OLE color: 3930608.
HSL color Cylindrical-coordinate representation of color #F0F93B: hue angle of 62.84º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0F93B is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 59 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.02 |
| HSL | 62.84º | 0.94% | 0.6% | - |
| HSV(B) | 62.84º | 0.76% | 0.98% | - |
| XYZ | 70.6 | 86.59 | 17.13 | - |
| YUV | 224.65 | 34.52 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 59 | 0.04 | 0 | 0.76 | 0.02 | 62.84 | 0.94 | 0.6 |
| Hex | F0 | F9 | 3B | 4 | 0 | 4C | 2 | 3F | 5E | 3C |
| Octal | 360 | 371 | 73 | 4 | 0 | 114 | 2 | 77 | 136 | 74 |
| Binary | 11110000 | 11111001 | 111011 | 100 | 0 | 1001100 | 10 | 111111 | 1011110 | 111100 |
Color Harmonies of #F0F93B
Complementary color
Monochromatic Colors of #F0F93B
Black with #F0F93B
Text Example
Text Example
White with #F0F93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F93B; }
p { color: rgb(240,249,59); }
H1.HeaderClassName
{
color: #F0F93B;
}
.AnyTagClassName
{
color: #F0F93B;
}
</style>
background-color css
<style>
a { background-color: #F0F93B; }
a { background-color: rgb(240,249,59); }
div.DivClassName
{
background-color: #F0F93B;
}
.BgClassName
{
background-color: #F0F93B;
}
</style>
border-color css
<style>
span { border-color: #F0F93B; }
span { border-color: rgb(240,249,59); }
td.TdClassName
{
border-color: #F0F93B;
}
.TagClassName
{
border-color: #F0F93B;
}
</style>