Shades of Paris Daisy #F6E352
Tints of Paris Daisy #F6E352
RGB
CMYK
RGB Variations
Color information
#F6E352 (or 0xF6E352) is known color: Paris Daisy. HEX triplet: F6, E3 and 52. RGB value is (246,227,82). Sum of RGB (Red+Green+Blue) = 246+227+82=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 82 (32.42% from 255 or 14.77% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6E352 is #091CAD. Grayscale: #D8D8D8. Windows color (decimal): -597166 or 5432310. OLE color: 5432310.
HSL color Cylindrical-coordinate representation of color #F6E352: hue angle of 53.05º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6E352 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 227 | 82 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.04 |
| HSL | 53.05º | 0.9% | 0.64% | - |
| HSV(B) | 53.05º | 0.67% | 0.96% | - |
| XYZ | 67 | 75.14 | 18.95 | - |
| YUV | 216.15 | 52.29 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 227 | 82 | 0 | 0.08 | 0.67 | 0.04 | 53.05 | 0.9 | 0.64 |
| Hex | F6 | E3 | 52 | 0 | 8 | 43 | 4 | 35 | 5A | 40 |
| Octal | 366 | 343 | 122 | 0 | 10 | 103 | 4 | 65 | 132 | 100 |
| Binary | 11110110 | 11100011 | 1010010 | 0 | 1000 | 1000011 | 100 | 110101 | 1011010 | 1000000 |
Color Harmonies of #F6E352
Complementary color
Monochromatic Colors of #F6E352
Black with #F6E352
Text Example
Text Example
White with #F6E352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E352; }
p { color: rgb(246,227,82); }
H1.HeaderClassName
{
color: #F6E352;
}
.AnyTagClassName
{
color: #F6E352;
}
</style>
background-color css
<style>
a { background-color: #F6E352; }
a { background-color: rgb(246,227,82); }
div.DivClassName
{
background-color: #F6E352;
}
.BgClassName
{
background-color: #F6E352;
}
</style>
border-color css
<style>
span { border-color: #F6E352; }
span { border-color: rgb(246,227,82); }
td.TdClassName
{
border-color: #F6E352;
}
.TagClassName
{
border-color: #F6E352;
}
</style>