Shades of Paris Daisy #F6FE3C
Tints of Paris Daisy #F6FE3C
RGB
CMYK
RGB Variations
Color information
#F6FE3C (or 0xF6FE3C) is known color: Paris Daisy. HEX triplet: F6, FE and 3C. RGB value is (246,254,60). Sum of RGB (Red+Green+Blue) = 246+254+60=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 60 (23.83% from 255 or 10.71% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FE3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6FE3C is #0901C3. Grayscale: #E6E6E6. Windows color (decimal): -590276 or 3997430. OLE color: 3997430.
HSL color Cylindrical-coordinate representation of color #F6FE3C: hue angle of 62.47º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6FE3C is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 254 | 60 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.00 |
| HSL | 62.47º | 0.99% | 0.62% | - |
| HSV(B) | 62.47º | 0.76% | 1% | - |
| XYZ | 74.26 | 90.8 | 17.89 | - |
| YUV | 229.49 | 32.35 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 254 | 60 | 0.03 | 0 | 0.76 | 0.00 | 62.47 | 0.99 | 0.62 |
| Hex | F6 | FE | 3C | 3 | 0 | 4C | 0 | 3E | 63 | 3E |
| Octal | 366 | 376 | 74 | 3 | 0 | 114 | 0 | 76 | 143 | 76 |
| Binary | 11110110 | 11111110 | 111100 | 11 | 0 | 1001100 | 0 | 111110 | 1100011 | 111110 |
Color Harmonies of #F6FE3C
Complementary color
Monochromatic Colors of #F6FE3C
Black with #F6FE3C
Text Example
Text Example
White with #F6FE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FE3C; }
p { color: rgb(246,254,60); }
H1.HeaderClassName
{
color: #F6FE3C;
}
.AnyTagClassName
{
color: #F6FE3C;
}
</style>
background-color css
<style>
a { background-color: #F6FE3C; }
a { background-color: rgb(246,254,60); }
div.DivClassName
{
background-color: #F6FE3C;
}
.BgClassName
{
background-color: #F6FE3C;
}
</style>
border-color css
<style>
span { border-color: #F6FE3C; }
span { border-color: rgb(246,254,60); }
td.TdClassName
{
border-color: #F6FE3C;
}
.TagClassName
{
border-color: #F6FE3C;
}
</style>