Shades of Paris Daisy #F0F63C
Tints of Paris Daisy #F0F63C
RGB
CMYK
RGB Variations
Color information
#F0F63C (or 0xF0F63C) is known color: Paris Daisy. HEX triplet: F0, F6 and 3C. RGB value is (240,246,60). Sum of RGB (Red+Green+Blue) = 240+246+60=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 60 (23.83% from 255 or 10.99% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F63C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F63C is #0F09C3. Grayscale: #DFDFDF. Windows color (decimal): -985540 or 3995376. OLE color: 3995376.
HSL color Cylindrical-coordinate representation of color #F0F63C: hue angle of 61.94º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0F63C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 60 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.04 |
| HSL | 61.94º | 0.91% | 0.6% | - |
| HSV(B) | 61.94º | 0.76% | 0.96% | - |
| XYZ | 69.71 | 84.76 | 16.96 | - |
| YUV | 223 | 36.01 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 60 | 0.02 | 0 | 0.76 | 0.04 | 61.94 | 0.91 | 0.6 |
| Hex | F0 | F6 | 3C | 2 | 0 | 4C | 4 | 3E | 5B | 3C |
| Octal | 360 | 366 | 74 | 2 | 0 | 114 | 4 | 76 | 133 | 74 |
| Binary | 11110000 | 11110110 | 111100 | 10 | 0 | 1001100 | 100 | 111110 | 1011011 | 111100 |
Color Harmonies of #F0F63C
Complementary color
Monochromatic Colors of #F0F63C
Black with #F0F63C
Text Example
Text Example
White with #F0F63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F63C; }
p { color: rgb(240,246,60); }
H1.HeaderClassName
{
color: #F0F63C;
}
.AnyTagClassName
{
color: #F0F63C;
}
</style>
background-color css
<style>
a { background-color: #F0F63C; }
a { background-color: rgb(240,246,60); }
div.DivClassName
{
background-color: #F0F63C;
}
.BgClassName
{
background-color: #F0F63C;
}
</style>
border-color css
<style>
span { border-color: #F0F63C; }
span { border-color: rgb(240,246,60); }
td.TdClassName
{
border-color: #F0F63C;
}
.TagClassName
{
border-color: #F0F63C;
}
</style>