Shades of Paris Daisy #F6E453
Tints of Paris Daisy #F6E453
RGB
CMYK
RGB Variations
Color information
#F6E453 (or 0xF6E453) is known color: Paris Daisy. HEX triplet: F6, E4 and 53. RGB value is (246,228,83). Sum of RGB (Red+Green+Blue) = 246+228+83=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 83 (32.81% from 255 or 14.90% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6E453 is #091BAC. Grayscale: #D9D9D9. Windows color (decimal): -596909 or 5498102. OLE color: 5498102.
HSL color Cylindrical-coordinate representation of color #F6E453: hue angle of 53.37º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F6E453 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 228 | 83 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.04 |
| HSL | 53.37º | 0.9% | 0.65% | - |
| HSV(B) | 53.37º | 0.66% | 0.96% | - |
| XYZ | 67.31 | 75.7 | 19.25 | - |
| YUV | 216.85 | 52.46 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 228 | 83 | 0 | 0.07 | 0.66 | 0.04 | 53.37 | 0.9 | 0.65 |
| Hex | F6 | E4 | 53 | 0 | 7 | 42 | 4 | 35 | 5A | 41 |
| Octal | 366 | 344 | 123 | 0 | 7 | 102 | 4 | 65 | 132 | 101 |
| Binary | 11110110 | 11100100 | 1010011 | 0 | 111 | 1000010 | 100 | 110101 | 1011010 | 1000001 |
Color Harmonies of #F6E453
Complementary color
Monochromatic Colors of #F6E453
Black with #F6E453
Text Example
Text Example
White with #F6E453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E453; }
p { color: rgb(246,228,83); }
H1.HeaderClassName
{
color: #F6E453;
}
.AnyTagClassName
{
color: #F6E453;
}
</style>
background-color css
<style>
a { background-color: #F6E453; }
a { background-color: rgb(246,228,83); }
div.DivClassName
{
background-color: #F6E453;
}
.BgClassName
{
background-color: #F6E453;
}
</style>
border-color css
<style>
span { border-color: #F6E453; }
span { border-color: rgb(246,228,83); }
td.TdClassName
{
border-color: #F6E453;
}
.TagClassName
{
border-color: #F6E453;
}
</style>