Shades of Paris Daisy #F2F63E
Tints of Paris Daisy #F2F63E
RGB
CMYK
RGB Variations
Color information
#F2F63E (or 0xF2F63E) is known color: Paris Daisy. HEX triplet: F2, F6 and 3E. RGB value is (242,246,62). Sum of RGB (Red+Green+Blue) = 242+246+62=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 246 (96.48% from 255 or 44.73% from 550); Blue value is 62 (24.61% from 255 or 11.27% from 550); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F63E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F63E is #0D09C1. Grayscale: #E0E0E0. Windows color (decimal): -854466 or 4126450. OLE color: 4126450.
HSL color Cylindrical-coordinate representation of color #F2F63E: hue angle of 61.3º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2F63E is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 62 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.04 |
| HSL | 61.3º | 0.91% | 0.6% | - |
| HSV(B) | 61.3º | 0.75% | 0.96% | - |
| XYZ | 70.44 | 85.14 | 17.28 | - |
| YUV | 223.83 | 36.67 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 62 | 0.02 | 0 | 0.75 | 0.04 | 61.3 | 0.91 | 0.6 |
| Hex | F2 | F6 | 3E | 2 | 0 | 4B | 4 | 3D | 5B | 3C |
| Octal | 362 | 366 | 76 | 2 | 0 | 113 | 4 | 75 | 133 | 74 |
| Binary | 11110010 | 11110110 | 111110 | 10 | 0 | 1001011 | 100 | 111101 | 1011011 | 111100 |
Color Harmonies of #F2F63E
Complementary color
Monochromatic Colors of #F2F63E
Black with #F2F63E
Text Example
Text Example
White with #F2F63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F63E; }
p { color: rgb(242,246,62); }
H1.HeaderClassName
{
color: #F2F63E;
}
.AnyTagClassName
{
color: #F2F63E;
}
</style>
background-color css
<style>
a { background-color: #F2F63E; }
a { background-color: rgb(242,246,62); }
div.DivClassName
{
background-color: #F2F63E;
}
.BgClassName
{
background-color: #F2F63E;
}
</style>
border-color css
<style>
span { border-color: #F2F63E; }
span { border-color: rgb(242,246,62); }
td.TdClassName
{
border-color: #F2F63E;
}
.TagClassName
{
border-color: #F2F63E;
}
</style>